Searched defs:cutOff (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java767 * @param cutOff whether the start rect was not fully contained by the end rect
774 private long calculateClipRevealTransitionDuration(boolean cutOff, float translationX, argument
776 if (!cutOff) {
809 boolean cutOff = false;
818 cutOff = true;
823 cutOff = true;
828 cutOff = true;
830 final long duration = calculateClipRevealTransitionDuration(cutOff, translationX,
840 translate.setInterpolator(cutOff ? TOUCH_RESPONSE_INTERPOLATOR
869 // If the start rect was full inside the target rect (cutOff
[all...]

Completed in 53 milliseconds