Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedAnimationController.java44 private static final float FRACTION_START = 0f; field in OneHandedAnimationController
111 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupOneHandedTransitionAnimator()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java55 static final float FRACTION_START = 0f; field in PipAnimationController
214 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupPipTransitionAnimator()
DPipTaskOrganizer.java32 import static com.android.wm.shell.pip.PipAnimationController.FRACTION_START;
731 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()
DPipTransition.java853 leash, startTransaction, PipAnimationController.FRACTION_START); in startExpandAnimation()