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.java782 private long calculateClipRevealTransitionDuration(boolean cutOff, float translationX, in calculateClipRevealTransitionDuration() argument
784 if (!cutOff) { in calculateClipRevealTransitionDuration()
817 boolean cutOff = false; in createClipRevealAnimationLocked()
826 cutOff = true; in createClipRevealAnimationLocked()
831 cutOff = true; in createClipRevealAnimationLocked()
836 cutOff = true; in createClipRevealAnimationLocked()
838 final long duration = calculateClipRevealTransitionDuration(cutOff, translationX, in createClipRevealAnimationLocked()
848 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()
879 mLastClipRevealMaxTranslation = cutOff in createClipRevealAnimationLocked()