Searched refs:mLastTouchX (Results 1 - 3 of 3) sorted by relevance

/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;
/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/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java108 private int mLastTouchX; field in class:DragView
573 if (touchX > 0 && touchY > 0 && mLastTouchX > 0 && mLastTouchY > 0
575 mTranslateX.animateToPos(mLastTouchX - touchX);
578 mLastTouchX = touchX;
609 setTranslationX(mLastTouchX - mRegistrationX + mAnimatedShiftX);

Completed in 112 milliseconds