Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1127 mWallpaperOpenRunner = createWallpaperOpenRunner(false /* fromUnlock */); in addRemoteAnimations()
1136 mKeyguardGoingAwayRunner = createWallpaperOpenRunner(true /* fromUnlock */); in addRemoteAnimations()
1158 mWallpaperOpenTransitionRunner = createWallpaperOpenRunner(false /* fromUnlock */); in registerRemoteTransitions()
1267 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner() method