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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java111 private int mAnimatedShiftY; field in class:DragView
595 mAnimatedShiftY = shiftY;
602 mAnimatedShiftY = (int) (fraction * shiftY);
610 setTranslationY(mLastTouchY - mRegistrationY + mAnimatedShiftY);

Completed in 392 milliseconds