Searched refs:mLauncherUnfoldAnimationController (Results 1 – 1 of 1) sorted by relevance
121 private @Nullable LauncherUnfoldAnimationController mLauncherUnfoldAnimationController; field in BaseQuickstepLauncher135 if (mLauncherUnfoldAnimationController != null) { in onResume()136 mLauncherUnfoldAnimationController.onResume(); in onResume()142 if (mLauncherUnfoldAnimationController != null) { in onPause()143 mLauncherUnfoldAnimationController.onPause(); in onPause()163 if (mLauncherUnfoldAnimationController != null) { in onDestroy()164 mLauncherUnfoldAnimationController.onDestroy(); in onDestroy()342 mLauncherUnfoldAnimationController = new LauncherUnfoldAnimationController( in initUnfoldTransitionProgressProvider()