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