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.java713 private long calculateClipRevealTransitionDuration(boolean cutOff, float translationX, in calculateClipRevealTransitionDuration() argument
715 if (!cutOff) { in calculateClipRevealTransitionDuration()
748 boolean cutOff = false; in createClipRevealAnimationLocked()
757 cutOff = true; in createClipRevealAnimationLocked()
762 cutOff = true; in createClipRevealAnimationLocked()
767 cutOff = true; in createClipRevealAnimationLocked()
769 final long duration = calculateClipRevealTransitionDuration(cutOff, translationX, in createClipRevealAnimationLocked()
779 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR in createClipRevealAnimationLocked()
810 mLastClipRevealMaxTranslation = cutOff in createClipRevealAnimationLocked()