Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java851 private long calculateClipRevealTransitionDuration(boolean cutOff, float translationX, in calculateClipRevealTransitionDuration() argument
853 if (!cutOff) { in calculateClipRevealTransitionDuration()
886 boolean cutOff = false; in createClipRevealAnimationLocked()
895 cutOff = true; in createClipRevealAnimationLocked()
900 cutOff = true; in createClipRevealAnimationLocked()
905 cutOff = true; in createClipRevealAnimationLocked()
907 final long duration = calculateClipRevealTransitionDuration(cutOff, translationX, in createClipRevealAnimationLocked()
917 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()
948 mLastClipRevealMaxTranslation = cutOff in createClipRevealAnimationLocked()