Searched refs:createWallpaperOpenRunner (Results 1 – 1 of 1) sorted by relevance
1013 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