Home
last modified time | relevance | path

Searched refs:windowAlphaThreshold (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherSwipeHandlerV2.java124 float windowAlphaThreshold = 1f - SHAPE_PROGRESS_DURATION;
152 windowAlphaThreshold, radius, false);
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1347 final float windowAlphaThreshold = 1f - SHAPE_PROGRESS_DURATION; in getClosingWindowAnimators() local
1354 windowAlphaThreshold, getCornerRadius(progress), false); in getClosingWindowAnimators()