Home
last modified time | relevance | path

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

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