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.java841 private long calculateClipRevealTransitionDuration(boolean cutOff, float translationX, in calculateClipRevealTransitionDuration() argument
843 if (!cutOff) { in calculateClipRevealTransitionDuration()
876 boolean cutOff = false; in createClipRevealAnimationLocked()
885 cutOff = true; in createClipRevealAnimationLocked()
890 cutOff = true; in createClipRevealAnimationLocked()
895 cutOff = true; in createClipRevealAnimationLocked()
897 final long duration = calculateClipRevealTransitionDuration(cutOff, translationX, in createClipRevealAnimationLocked()
907 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()
938 mLastClipRevealMaxTranslation = cutOff in createClipRevealAnimationLocked()