Searched refs:mLauncherUnfoldAnimationController (Results 1 – 1 of 1) sorted by relevance
244 private @Nullable LauncherUnfoldAnimationController mLauncherUnfoldAnimationController; field in QuickstepLauncher578 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()