Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarControllers.java42 public final StashedHandleViewController stashedHandleViewController; field in TaskbarControllers
64 StashedHandleViewController stashedHandleViewController, in TaskbarControllers() argument
79 this.stashedHandleViewController = stashedHandleViewController; in TaskbarControllers()
102 stashedHandleViewController.init(this); in init()
128 stashedHandleViewController.onDestroy(); in onDestroy()
H A DTaskbarStashController.java167 controllers.stashedHandleViewController; in init()
260 return mControllers.stashedHandleViewController.isStashedHandleVisible() || isAnimating in getContentHeightToReportToApps()
373 fullLengthAnimatorSet.play(mControllers.stashedHandleViewController in createAnimToIsStashed()
434 mControllers.stashedHandleViewController.onIsStashed(isStashed); in onIsStashed()
H A DTaskbarActivityContext.java363 mControllers.stashedHandleViewController.setIsHomeButtonDisabled( in updateSysuiStateFlags()