Searched refs:fromUnlock (Results 1 – 1 of 1) sorted by relevance
1267 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner() argument1268 return new WallpaperOpenLauncherAnimationRunner(fromUnlock); in createWallpaperOpenRunner()1611 boolean fromUnlock, in createWallpaperOpenAnimations() argument1629 if (fromUnlock) { in createWallpaperOpenAnimations()1738 public WallpaperOpenLauncherAnimationRunner(boolean fromUnlock) { in WallpaperOpenLauncherAnimationRunner() argument1739 mFromUnlock = fromUnlock; in WallpaperOpenLauncherAnimationRunner()