Searched refs:fromUnlock (Results 1 – 1 of 1) sorted by relevance
1098 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner() argument1099 return new WallpaperOpenLauncherAnimationRunner(mHandler, fromUnlock); in createWallpaperOpenRunner()1270 public WallpaperOpenLauncherAnimationRunner(Handler handler, boolean fromUnlock) { in WallpaperOpenLauncherAnimationRunner() argument1272 mFromUnlock = fromUnlock; in WallpaperOpenLauncherAnimationRunner()