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