Lines Matching refs:mLastMotionX
120 protected float mLastMotionX; field in PagedView
330 float x = (mLastMotionX - mDownMotionX) + (getScrollX() - mDownScrollX) + in updateDragViewTranslationDuringDrag()
352 mLastMotionX = p[0]; in setScaleX()
615 mLastMotionX = p[0]; in scrollTo()
1372 mLastMotionX = x; in onInterceptTouchEvent()
1442 final int xDiff = (int) Math.abs(x - mLastMotionX); in determineScrollingStart()
1450 mTotalMotionX += Math.abs(mLastMotionX - x); in determineScrollingStart()
1451 mLastMotionX = x; in determineScrollingStart()
1621 mDownMotionX = mLastMotionX = ev.getX(); in onTouchEvent()
1624 float[] p = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()
1645 final float deltaX = mLastMotionX + mLastMotionXRemainder - x; in onTouchEvent()
1656 mLastMotionX = x; in onTouchEvent()
1663 mLastMotionX = ev.getX(); in onTouchEvent()
1668 float[] pt = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()
1676 if (DEBUG) Log.d(TAG, "mLastMotionX: " + mLastMotionX); in onTouchEvent()
1760 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x); in onTouchEvent()
1830 mLastMotionX = ev.getX(); in onTouchEvent()
1835 float[] pt = mapPointFromViewToParent(this, mLastMotionX, mLastMotionY); in onTouchEvent()
1945 mLastMotionX = mDownMotionX = ev.getX(newPointerIndex); in onSecondaryPointerUp()