Searched refs:FRACTION_START (Results 1 – 4 of 4) sorted by relevance
44 private static final float FRACTION_START = 0f; field in OneHandedAnimationController111 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupOneHandedTransitionAnimator()
55 static final float FRACTION_START = 0f; field in PipAnimationController214 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupPipTransitionAnimator()
32 import static com.android.wm.shell.pip.PipAnimationController.FRACTION_START;731 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()
853 leash, startTransaction, PipAnimationController.FRACTION_START); in startExpandAnimation()