Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1083 mWallpaperOpenRunner = createWallpaperOpenRunner(false /* fromUnlock */); in registerRemoteAnimations()
1095 mKeyguardGoingAwayRunner = createWallpaperOpenRunner(true /* fromUnlock */); in registerRemoteAnimations()
1118 mWallpaperOpenTransitionRunner = createWallpaperOpenRunner(false /* fromUnlock */); in registerRemoteTransitions()
1179 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner() method