Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java121 private @Nullable LauncherUnfoldAnimationController mLauncherUnfoldAnimationController; field in BaseQuickstepLauncher
135 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()