Searched refs:mLastTouchX (Results 1 – 1 of 1) sorted by relevance
425 private int mLastTouchX; field in RecyclerView1681 mLastTouchX -= mScrollOffset[0]; in scrollByInternal()2669 mInitialTouchX = mLastTouchX = (int) (e.getX() + 0.5f); in onInterceptTouchEvent()2692 mInitialTouchX = mLastTouchX = (int) (e.getX(actionIndex) + 0.5f); in onInterceptTouchEvent()2711 mLastTouchX = mInitialTouchX + mTouchSlop * (dx < 0 ? -1 : 1); in onInterceptTouchEvent()2816 mInitialTouchX = mLastTouchX = (int) (e.getX() + 0.5f); in onTouchEvent()2831 mInitialTouchX = mLastTouchX = (int) (e.getX(actionIndex) + 0.5f); in onTouchEvent()2846 int dx = mLastTouchX - x; in onTouchEvent()2884 mLastTouchX = x - mScrollOffset[0]; in onTouchEvent()3015 mInitialTouchX = mLastTouchX = (int) (e.getX(newIndex) + 0.5f); in onPointerUp()