Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedAnimationController.java45 private static final float FRACTION_END = 1f; field in OneHandedAnimationController
111 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupOneHandedTransitionAnimator()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java56 static final float FRACTION_END = 1f; field in PipAnimationController
214 animator.setFloatValues(FRACTION_START, FRACTION_END); in setupPipTransitionAnimator()
DPipTransition.java1105 leash, finishTransaction, PipAnimationController.FRACTION_END); in startEnterAnimation()
1166 PipAnimationController.FRACTION_END); in handleSwipePipToHomeTransition()