Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java45 private static final float FRACTION_END = 1f; 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.java55 static final float FRACTION_END = 1f; field in PipAnimationController
213 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupPipTransitionAnimator()
H A DPipTransition.java956 leash, finishTransaction, PipAnimationController.FRACTION_END); in startEnterAnimation()
1014 PipAnimationController.FRACTION_END); in handleSwipePipToHomeTransition()