Home
last modified time | relevance | path

Searched refs:getWindowAlpha (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DAppCloseConfig.java40 public abstract @FloatRange(from = 0, to = 1) float getWindowAlpha(); in getWindowAlpha() method in AppCloseConfig
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java202 protected float getWindowAlpha(float progress) { in getWindowAlpha() method in SwipeUpAnimationLogic.HomeAnimationFactory
338 float alpha = mAnimationFactory.getWindowAlpha(progress); in onUpdate()
H A DLauncherSwipeHandlerV2.java214 protected float getWindowAlpha(float progress) {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DSwipeUpGestureTutorialController.java342 mFakeTaskView.setAlpha(getWindowAlpha(progress)); in handleSwipeUpToHome()
343 mFakePreviousTaskView.setAlpha(getWindowAlpha(progress)); in handleSwipeUpToHome()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1844 .withAlpha(getWindowAlpha(progress)) in onUpdate()
1856 protected float getWindowAlpha(float progress) { in getWindowAlpha() method in SpringAnimRunner