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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java40 private float mLastTouchX; field in class:PhotoTouchListener
170 float tmpDX = (x - mLastTouchX) / dt;
180 mLastTouchX = x;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java74 private float mLastTouchX; field in class:GalleryThumbnailView
287 mLastTouchX = ev.getX();
306 final float dx = x - mLastTouchX + mTouchRemainderX;
328 mLastTouchX = ev.getX();
342 final float dx = x - mLastTouchX + mTouchRemainderX;
351 mLastTouchX = x;
372 mLastTouchX = 0;
536 final int dx = (int) (x - mLastTouchX);
537 mLastTouchX = x;

Completed in 112 milliseconds