Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java44 private static final float FRACTION_START = 0f; field in OneHandedAnimationController
111 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupOneHandedTransitionAnimator()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java54 static final float FRACTION_START = 0f; field in PipAnimationController
213 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupPipTransitionAnimator()
H A DPipTaskOrganizer.java33 import static com.android.wm.shell.pip.PipAnimationController.FRACTION_START;
632 animator.applySurfaceControlTransaction(mLeash, t, FRACTION_START); in exitPip()
H A DPipTransition.java747 leash, startTransaction, PipAnimationController.FRACTION_START); in startExpandAnimation()