Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DResolverDrawerLayout.java129 private float mLastTouchY; field in ResolverDrawerLayout
256 mLastTouchY -= dReserved; in setCollapsibleHeightReserved()
349 mInitialTouchY = mLastTouchY = y; in onInterceptTouchEvent()
362 mLastTouchY = Math.max(mLastTouchY - mTouchSlop, in onInterceptTouchEvent()
363 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop)); in onInterceptTouchEvent()
414 mInitialTouchY = mLastTouchY = y; in onTouchEvent()
430 mInitialTouchY = mLastTouchY = ev.getY(); in onTouchEvent()
438 mLastTouchY = Math.max(mLastTouchY - mTouchSlop, in onTouchEvent()
439 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop)); in onTouchEvent()
443 final float dy = y - mLastTouchY; in onTouchEvent()
[all …]
/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()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java109 private int mLastTouchY; field in DragView
449 if (touchX > 0 && touchY > 0 && mLastTouchX > 0 && mLastTouchY > 0 in move()
452 mTranslateY.animateToPos(mLastTouchY - touchY); in move()
455 mLastTouchY = touchY; in move()
488 setTranslationY(mLastTouchY - mRegistrationY + mAnimatedShiftY); in applyTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java110 private float mLastTouchY; field in RecyclerViewFastScroller
335 mLastTouchY = boundedY; in updateFastScrollSectionNameAndThumbOffset()
336 setThumbOffsetY((int) mLastTouchY); in updateFastScrollSectionNameAndThumbOffset()
343 mLastTouchY = 0; in endFastScrolling()