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.java235 private @Nullable LauncherUnfoldAnimationController mLauncherUnfoldAnimationController; field in QuickstepLauncher
538 if (mLauncherUnfoldAnimationController != null) { in onDestroy()
539 mLauncherUnfoldAnimationController.onDestroy(); in onDestroy()
780 if (mLauncherUnfoldAnimationController != null) { in onResume()
781 mLauncherUnfoldAnimationController.onResume(); in onResume()
787 if (mLauncherUnfoldAnimationController != null) { in onPause()
788 mLauncherUnfoldAnimationController.onPause(); in onPause()
1075 mLauncherUnfoldAnimationController = new LauncherUnfoldAnimationController( in initUnfoldAnimationController()
1160 if (mLauncherUnfoldAnimationController != null) { in finishBindingItems()
1162 mLauncherUnfoldAnimationController.updateRegisteredViewsIfNeeded(); in finishBindingItems()