Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java59 protected static final float TRANSLATION_SHIFT_CLOSED = 1f; field in AbstractSlideInView
71 protected float mTranslationShift = TRANSLATION_SHIFT_CLOSED;
167 velocity, TRANSLATION_SHIFT_CLOSED - mTranslationShift)); in onDragEnd()
185 setTranslationShift(TRANSLATION_SHIFT_CLOSED); in handleClose()
190 PropertyValuesHolder.ofFloat(TRANSLATION_SHIFT, TRANSLATION_SHIFT_CLOSED)); in handleClose()