Searched refs:mRegistrationX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java41 private int mRegistrationX; field in class:DragView
114 mRegistrationX = registrationX;
257 setTranslationX(touchX - mRegistrationX);
285 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java48 private int mRegistrationX; field in class:DragView
126 mRegistrationX = registrationX;
320 setTranslationX(touchX - mRegistrationX);
348 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);

Completed in 34 milliseconds