Home
last modified time | relevance | path

Searched refs:fromUnlock (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1267 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner() argument
1268 return new WallpaperOpenLauncherAnimationRunner(fromUnlock); in createWallpaperOpenRunner()
1611 boolean fromUnlock, in createWallpaperOpenAnimations() argument
1629 if (fromUnlock) { in createWallpaperOpenAnimations()
1738 public WallpaperOpenLauncherAnimationRunner(boolean fromUnlock) { in WallpaperOpenLauncherAnimationRunner() argument
1739 mFromUnlock = fromUnlock; in WallpaperOpenLauncherAnimationRunner()