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.java774 private long calculateClipRevealTransitionDuration(boolean cutOff, float translationX, in calculateClipRevealTransitionDuration() argument
776 if (!cutOff) { in calculateClipRevealTransitionDuration()
809 boolean cutOff = false; in createClipRevealAnimationLocked()
818 cutOff = true; in createClipRevealAnimationLocked()
823 cutOff = true; in createClipRevealAnimationLocked()
828 cutOff = true; in createClipRevealAnimationLocked()
830 final long duration = calculateClipRevealTransitionDuration(cutOff, translationX, in createClipRevealAnimationLocked()
840 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()
871 mLastClipRevealMaxTranslation = cutOff in createClipRevealAnimationLocked()