Loading core/java/android/widget/AbsListView.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -3179,6 +3179,13 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te mActivePointerId = ev.getPointerId(pointerIndex); mActivePointerId = ev.getPointerId(pointerIndex); } } final int y = (int) ev.getY(pointerIndex); final int y = (int) ev.getY(pointerIndex); if (mDataChanged) { // Re-sync everything if data has been changed // since the scroll operation can query the adapter. layoutChildren(); } switch (mTouchMode) { switch (mTouchMode) { case TOUCH_MODE_DOWN: case TOUCH_MODE_DOWN: case TOUCH_MODE_TAP: case TOUCH_MODE_TAP: Loading Loading
core/java/android/widget/AbsListView.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -3179,6 +3179,13 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te mActivePointerId = ev.getPointerId(pointerIndex); mActivePointerId = ev.getPointerId(pointerIndex); } } final int y = (int) ev.getY(pointerIndex); final int y = (int) ev.getY(pointerIndex); if (mDataChanged) { // Re-sync everything if data has been changed // since the scroll operation can query the adapter. layoutChildren(); } switch (mTouchMode) { switch (mTouchMode) { case TOUCH_MODE_DOWN: case TOUCH_MODE_DOWN: case TOUCH_MODE_TAP: case TOUCH_MODE_TAP: Loading