Searched refs:mLastTouchY (Results 1 – 3 of 3) sorted by relevance
96 private float mLastTouchY; field in RecyclerViewFastScroller262 mLastTouchY = 0; in handleTouchEvent()294 mLastTouchY = boundedY; in updateFastScrollSectionNameAndThumbOffset()295 setThumbOffsetY((int) mLastTouchY); in updateFastScrollSectionNameAndThumbOffset()
102 private int mLastTouchY; field in DragView517 if (touchX > 0 && touchY > 0 && mLastTouchX > 0 && mLastTouchY > 0 in move()520 mTranslateY.animateToPos(mLastTouchY - touchY); in move()523 mLastTouchY = touchY; in move()554 setTranslationY(mLastTouchY - mRegistrationY + mAnimatedShiftY); in applyTranslation()
41 private float mLastTouchY; field in PhotoTouchListener171 float tmpDY = (y - mLastTouchY) / dt; in onTouch()181 mLastTouchY = y; in onTouch()