Searched refs:mLastTouchY (Results 1 – 4 of 4) sorted by relevance
129 private float mLastTouchY; field in ResolverDrawerLayout256 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 …]
41 private float mLastTouchY; field in PhotoTouchListener171 float tmpDY = (y - mLastTouchY) / dt; in onTouch()181 mLastTouchY = y; in onTouch()
109 private int mLastTouchY; field in DragView449 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()
110 private float mLastTouchY; field in RecyclerViewFastScroller335 mLastTouchY = boundedY; in updateFastScrollSectionNameAndThumbOffset()336 setThumbOffsetY((int) mLastTouchY); in updateFastScrollSectionNameAndThumbOffset()343 mLastTouchY = 0; in endFastScrolling()