Searched refs:mLastTouchY (Results 1 – 5 of 5) sorted by relevance
113 private float mLastTouchY; field in ResolverDrawerLayout202 mLastTouchY -= dReserved; in setCollapsibleHeightReserved()290 mInitialTouchY = mLastTouchY = y; in onInterceptTouchEvent()303 mLastTouchY = Math.max(mLastTouchY - mTouchSlop, in onInterceptTouchEvent()304 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop)); in onInterceptTouchEvent()346 mInitialTouchY = mLastTouchY = y; in onTouchEvent()362 mInitialTouchY = mLastTouchY = ev.getY(); in onTouchEvent()370 mLastTouchY = Math.max(mLastTouchY - mTouchSlop, in onTouchEvent()371 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop)); in onTouchEvent()375 final float dy = y - mLastTouchY; in onTouchEvent()[all …]
426 private int mLastTouchY; field in RecyclerView1678 mLastTouchY -= mScrollOffset[1]; in scrollByInternal()2650 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f); in onInterceptTouchEvent()2673 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f); in onInterceptTouchEvent()2695 mLastTouchY = mInitialTouchY + mTouchSlop * (dy < 0 ? -1 : 1); in onInterceptTouchEvent()2765 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f); in onTouchEvent()2780 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f); in onTouchEvent()2794 int dy = mLastTouchY - y; in onTouchEvent()2830 mLastTouchY = y - mScrollOffset[1]; in onTouchEvent()2895 mInitialTouchY = mLastTouchY = (int) (e.getY(newIndex) + 0.5f); in onPointerUp()
99 private float mLastTouchY = -1; field in KeyguardSecurityContainer212 if (mLastTouchY != -1) { in onTouchEvent()213 float dy = y - mLastTouchY; in onTouchEvent()216 mLastTouchY = y; in onTouchEvent()221 mLastTouchY = -1; in onTouchEvent()232 mLastTouchY = event.getY(newPointerIndex); in onTouchEvent()
120 private float mLastTouchY; field in StaggeredGridView286 mLastTouchY = ev.getY(); in onInterceptTouchEvent()305 final float dy = y - mLastTouchY + mTouchRemainderY; in onInterceptTouchEvent()327 mLastTouchY = ev.getY(); in onTouchEvent()341 final float dy = y - mLastTouchY + mTouchRemainderY; in onTouchEvent()350 mLastTouchY = y; in onTouchEvent()371 mLastTouchY = 0; in onTouchEvent()545 final int dy = (int) (y - mLastTouchY); in computeScroll()546 mLastTouchY = y; in computeScroll()
263 private float mLastTouchY; field in NotificationPanelView1930 mLastTouchY = event.getY(); in trackMovement()