Home
last modified time | relevance | path

Searched refs:createWindowAnimationToHome (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java394 RectFSpringAnim anim = createWindowAnimationToHome(mCurrentShift.value, duration); in finishAnimationTargetSet()
439 private RectFSpringAnim createWindowAnimationToHome(float startProgress, long duration) { in createWindowAnimationToHome() method in FallbackNoButtonInputConsumer
454 return createWindowAnimationToHome(startProgress, factory); in createWindowAnimationToHome()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java896 RectFSpringAnim windowAnim = createWindowAnimationToHome(start, homeAnimFactory); in animateToProgressInternal()
968 protected RectFSpringAnim createWindowAnimationToHome(float startProgress, in createWindowAnimationToHome() method
971 super.createWindowAnimationToHome(startProgress, homeAnimationFactory); in createWindowAnimationToHome()
DBaseSwipeUpHandler.java367 protected RectFSpringAnim createWindowAnimationToHome(float startProgress, in createWindowAnimationToHome() method in BaseSwipeUpHandler