Home
last modified time | relevance | path

Searched refs:mLastTouchY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java96 private float mLastTouchY; field in RecyclerViewFastScroller
262 mLastTouchY = 0; in handleTouchEvent()
294 mLastTouchY = boundedY; in updateFastScrollSectionNameAndThumbOffset()
295 setThumbOffsetY((int) mLastTouchY); in updateFastScrollSectionNameAndThumbOffset()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java102 private int mLastTouchY; field in DragView
517 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()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTouchListener.java41 private float mLastTouchY; field in PhotoTouchListener
171 float tmpDY = (y - mLastTouchY) / dt; in onTouch()
181 mLastTouchY = y; in onTouch()