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/dragndrop/
DDragView.java86 private final int mRegistrationX; field in DragView
176 mRegistrationX = registrationX; in DragView()
584 mTempLoc[0] = toTouchX - mRegistrationX; in animateTo()
609 setTranslationX(mLastTouchX - mRegistrationX + mAnimatedShiftX); in applyTranslation()