Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java244 private @Nullable LauncherUnfoldAnimationController mLauncherUnfoldAnimationController; field in QuickstepLauncher
578 if (mLauncherUnfoldAnimationController != null) { in onDestroy()
579 mLauncherUnfoldAnimationController.onDestroy(); in onDestroy()
819 if (mLauncherUnfoldAnimationController != null) { in onResume()
820 mLauncherUnfoldAnimationController.onResume(); in onResume()
830 if (mLauncherUnfoldAnimationController != null) { in onPause()
831 mLauncherUnfoldAnimationController.onPause(); in onPause()
1131 mLauncherUnfoldAnimationController = new LauncherUnfoldAnimationController( in initUnfoldAnimationController()
1229 if (mLauncherUnfoldAnimationController != null) { in finishBindingItems()
1231 mLauncherUnfoldAnimationController.updateRegisteredViewsIfNeeded(); in finishBindingItems()