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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DDragStartHelper.java73 private int mLastTouchX, mLastTouchY; field in class:DragStartHelper
134 mLastTouchY = y;
147 if (mLastTouchX == x && mLastTouchY == y) {
152 mLastTouchY = y;
178 point.set(mLastTouchX, mLastTouchY);
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java104 private float mLastTouchY; field in class:ResolverDrawerLayout
191 mLastTouchY -= dReserved;
275 mInitialTouchY = mLastTouchY = y;
288 mLastTouchY = Math.max(mLastTouchY - mTouchSlop,
289 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop));
324 mInitialTouchY = mLastTouchY = y;
340 mInitialTouchY = mLastTouchY = ev.getY();
348 mLastTouchY
[all...]
H A DRecyclerView.java425 private int mLastTouchY; field in class:RecyclerView
1677 mLastTouchY -= mScrollOffset[1];
2649 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2672 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2694 mLastTouchY = mInitialTouchY + mTouchSlop * (dy < 0 ? -1 : 1);
2764 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2779 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2793 int dy = mLastTouchY - y;
2829 mLastTouchY = y - mScrollOffset[1];
2894 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/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java484 private int mLastTouchY; field in class:RecyclerView
1895 mLastTouchY -= mScrollOffset[1];
2959 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2982 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
3004 mLastTouchY = y;
3074 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
3089 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
3103 int dy = mLastTouchY - y;
3139 mLastTouchY = y - mScrollOffset[1];
3204 mInitialTouchY = mLastTouchY
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java162 private float mLastTouchY; field in class:NotificationPanelView
1429 mLastTouchY = event.getY();

Completed in 35 milliseconds