Searched refs:mMotionX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java375 int mMotionX; field in class:AbsListView
3279 mMotionX = (int) ev.getX();
3321 mMotionX = x;
3582 final int x = mMotionX;
3603 mMotionX = x;
3784 mMotionX = x;
3845 mMotionX = (int) ev.getX(newPointerIndex);

Completed in 26 milliseconds