Searched defs:mLastTouchY (Results 1 - 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java41 private float mLastTouchY; field in class:PhotoTouchListener
171 float tmpDY = (y - mLastTouchY) / dt;
181 mLastTouchY = y;
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java196 private float mLastTouchY = 0; field in class:StaggeredGridView
365 if (mLastTouchY >= mLowerScrollBound) {
372 } else if (mLastTouchY <= mUpperScrollBound) {
577 return mLastTouchY;
911 mLastTouchY = ev.getY();
930 final float dy = y - mLastTouchY + mTouchRemainderY;
953 mLastTouchY = ev.getY();
968 final float dy = y - mLastTouchY + mTouchRemainderY;
977 mLastTouchY = y;
1000 mLastTouchY
[all...]

Completed in 154 milliseconds