Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java52 HomeAnimationFactory homeAnimFactory; in createHomeAnimationFactory() local
75 homeAnimFactory = new HomeAnimationFactory(floatingIconView) { in createHomeAnimationFactory()
104 homeAnimFactory = new HomeAnimationFactory(null) { in createHomeAnimationFactory()
113 return homeAnimFactory; in createHomeAnimationFactory()
DBaseSwipeUpHandlerV2.java972 HomeAnimationFactory homeAnimFactory = createHomeAnimationFactory(duration); in animateToProgressInternal() local
973 RectFSpringAnim windowAnim = createWindowAnimationToHome(start, homeAnimFactory); in animateToProgressInternal()
989 homeAnimFactory.playAtomicAnimation(velocityPxPerMs.y); in animateToProgressInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java205 HomeAnimationFactory homeAnimFactory = new HomeAnimationFactory(null) { in handleSwipeUpToHome() local
222 RectFSpringAnim windowAnim = createWindowAnimationToHome(startShift, homeAnimFactory); in handleSwipeUpToHome()