Searched refs:mLastTouchY (Results 1 – 3 of 3) sorted by relevance
128 private float mLastTouchY; field in ResolverDrawerLayout246 mLastTouchY -= dReserved; in setCollapsibleHeightReserved()341 mInitialTouchY = mLastTouchY = y; in onInterceptTouchEvent()354 mLastTouchY = Math.max(mLastTouchY - mTouchSlop, in onInterceptTouchEvent()355 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop)); in onInterceptTouchEvent()406 mInitialTouchY = mLastTouchY = y; in onTouchEvent()430 mLastTouchY = Math.max(mLastTouchY - mTouchSlop, in onTouchEvent()431 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop)); in onTouchEvent()435 final float dy = y - mLastTouchY; in onTouchEvent()444 mLastTouchY = y; in onTouchEvent()[all …]
426 private int mLastTouchY; field in RecyclerView1682 mLastTouchY -= mScrollOffset[1]; in scrollByInternal()2670 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f); in onInterceptTouchEvent()2693 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f); in onInterceptTouchEvent()2715 mLastTouchY = mInitialTouchY + mTouchSlop * (dy < 0 ? -1 : 1); in onInterceptTouchEvent()2817 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f); in onTouchEvent()2832 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f); in onTouchEvent()2847 int dy = mLastTouchY - y; in onTouchEvent()2885 mLastTouchY = y - mScrollOffset[1]; in onTouchEvent()3016 mInitialTouchY = mLastTouchY = (int) (e.getY(newIndex) + 0.5f); in onPointerUp()
163 private float mLastTouchY = -1; field in KeyguardSecurityContainer517 if (mLastTouchY != -1) { in onTouchEvent()518 float dy = y - mLastTouchY; in onTouchEvent()521 mLastTouchY = y; in onTouchEvent()527 mLastTouchY = -1; in onTouchEvent()538 mLastTouchY = event.getY(newPointerIndex); in onTouchEvent()