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.java1013 mWallpaperOpenRunner = createWallpaperOpenRunner(false /* fromUnlock */); in registerRemoteAnimations()
1024 mKeyguardGoingAwayRunner = createWallpaperOpenRunner(true /* fromUnlock */); in registerRemoteAnimations()
1046 mWallpaperOpenTransitionRunner = createWallpaperOpenRunner(false /* fromUnlock */); in registerRemoteTransitions()
1098 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner() method