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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java42 private int mRegistrationY; field in class:DragView
115 mRegistrationY = registrationY;
258 setTranslationY(touchY - mRegistrationY);
286 setTranslationY(touchY - mRegistrationY + (int) mOffsetY);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java49 private int mRegistrationY; field in class:DragView
127 mRegistrationY = registrationY;
321 setTranslationY(touchY - mRegistrationY);
349 setTranslationY(touchY - mRegistrationY + (int) mOffsetY);

Completed in 12 milliseconds