Searched refs:mLastTouchY (Results 1 – 3 of 3) sorted by relevance
64 private float mLastTouchY; field in BaseRecyclerViewFastScrollBar163 return mLastTouchY; in getLastTouchY()215 mLastTouchY = boundedY; in handleTouchEvent()221 mLastTouchY = 0; in handleTouchEvent()
41 private float mLastTouchY; field in PhotoTouchListener171 float tmpDY = (y - mLastTouchY) / dt; in onTouch()181 mLastTouchY = y; in onTouch()
239 private float mLastTouchX, mLastTouchY; field in ClockFragment.StartScreenSaverListener253 mLastTouchY = event.getY(); in onTouch()258 final float yDiff = Math.abs(event.getY() - mLastTouchY); in onTouch()