Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java78 private final int mRegistrationY; field in DragView
163 mRegistrationY = registrationY; in DragView()
529 mTempLoc[1] = toTouchY - mRegistrationY; in animateTo()
554 setTranslationY(mLastTouchY - mRegistrationY + mAnimatedShiftY); in applyTranslation()