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()
54 static final float FRACTION_START = 0f; field in PipAnimationController213 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupPipTransitionAnimator()
33 import static com.android.wm.shell.pip.PipAnimationController.FRACTION_START;632 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()
747 leash, startTransaction, PipAnimationController.FRACTION_START); in startExpandAnimation()