Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java142 float windowAlphaThreshold = 1f - SHAPE_PROGRESS_DURATION;
199 floatingIconView.update(1f /* alpha */, currentRect, progress, windowAlphaThreshold,
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1446 final float windowAlphaThreshold = 1f - SHAPE_PROGRESS_DURATION; in getClosingWindowAnimators() local
1452 finalFloatingIconView.update(1f, currentRectF, progress, windowAlphaThreshold, in getClosingWindowAnimators()