Searched refs:mLastMotionY (Results 1 – 3 of 3) sorted by relevance
55 private float mLastMotionY; field in DragLayer175 mTouchOffsetY = mLastMotionY - r.top; in startDrag()263 mScrollY + mLastMotionY - mTouchOffsetY - mBitmapOffsetY); in dispatchDraw()275 mScrollY + mLastMotionY - mTouchOffsetY - mBitmapOffsetY, mDragPaint); in dispatchDraw()309 mLastMotionY = y; in onInterceptTouchEvent()340 mLastMotionY = y; in onTouchEvent()361 int top = (int) (scrollY + mLastMotionY - touchY - offsetY); in onTouchEvent()371 mLastMotionY = y; in onTouchEvent()
77 private float mLastMotionY; field in Workspace608 final int yDiff = (int) Math.abs(y - mLastMotionY); in onInterceptTouchEvent()636 mLastMotionY = y; in onInterceptTouchEvent()
81 private float mLastMotionY; field in Workspace732 final int yDiff = (int) Math.abs(y - mLastMotionY); in onInterceptTouchEvent()760 mLastMotionY = y; in onInterceptTouchEvent()