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

/frameworks/support/v13/java/android/support/v13/view/
H A DDragStartHelper.java75 private int mLastTouchX, mLastTouchY; field in class:DragStartHelper
136 mLastTouchY = y;
149 if (mLastTouchX == x && mLastTouchY == y) {
154 mLastTouchY = y;
180 point.set(mLastTouchX, mLastTouchY);
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java103 private float mLastTouchY; field in class:ResolverDrawerLayout
179 mLastTouchY -= dReserved;
257 mInitialTouchY = mLastTouchY = y;
270 mLastTouchY = Math.max(mLastTouchY - mTouchSlop,
271 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop));
306 mInitialTouchY = mLastTouchY = y;
322 mInitialTouchY = mLastTouchY = ev.getY();
330 mLastTouchY
[all...]
H A DRecyclerView.java427 private int mLastTouchY; field in class:RecyclerView
1679 mLastTouchY -= mScrollOffset[1];
2651 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2674 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2696 mLastTouchY = mInitialTouchY + mTouchSlop * (dy < 0 ? -1 : 1);
2766 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2781 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2795 int dy = mLastTouchY - y;
2831 mLastTouchY = y - mScrollOffset[1];
2896 mInitialTouchY = mLastTouchY
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java120 private float mLastTouchY; field in class:StaggeredGridView
286 mLastTouchY = ev.getY();
305 final float dy = y - mLastTouchY + mTouchRemainderY;
327 mLastTouchY = ev.getY();
341 final float dy = y - mLastTouchY + mTouchRemainderY;
350 mLastTouchY = y;
371 mLastTouchY = 0;
545 final int dy = (int) (y - mLastTouchY);
546 mLastTouchY = y;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java447 private int mLastTouchY; field in class:RecyclerView
1780 mLastTouchY -= mScrollOffset[1];
2794 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2817 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2839 mLastTouchY = y;
2909 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2924 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2938 int dy = mLastTouchY - y;
2974 mLastTouchY = y - mScrollOffset[1];
3039 mInitialTouchY = mLastTouchY
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java148 private float mLastTouchY; field in class:NotificationPanelView
1337 mLastTouchY = event.getY();

Completed in 786 milliseconds