Searched refs:stashedHandleViewController (Results 1 – 8 of 8) sorted by relevance
51 public final StashedHandleViewController stashedHandleViewController; field in TaskbarControllers99 StashedHandleViewController stashedHandleViewController, in TaskbarControllers() argument125 this.stashedHandleViewController = stashedHandleViewController; in TaskbarControllers()161 stashedHandleViewController.init(this); in init()181 stashedHandleViewController, taskbarStashController, in init()238 stashedHandleViewController.onDestroy(); in onDestroy()
321 controllers.stashedHandleViewController; in init()457 if (!mControllers.stashedHandleViewController.isStashedHandleVisible() in getContentHeightToReportToApps()715 fullLengthAnimatorSet.play(mControllers.stashedHandleViewController in createAnimToIsStashed()813 play(skippable, mControllers.stashedHandleViewController in createTransientAnimToIsStashed()936 mControllers.stashedHandleViewController.onIsStashedChanged( in onIsStashedChanged()
68 mControllers.stashedHandleViewController.setTranslationYForStash(transY); in updateTranslationYForStash()
639 return mControllers.stashedHandleViewController; in getNavHandle()824 mControllers.stashedHandleViewController.setIsHomeButtonDisabled( in updateSysuiStateFlags()826 mControllers.stashedHandleViewController.updateStateForSysuiFlags(systemUiStateFlags); in updateSysuiStateFlags()881 mControllers.stashedHandleViewController.onNavigationBarLumaSamplingEnabled(displayId, in onNavigationBarLumaSamplingEnabled()1581 return mControllers.stashedHandleViewController.getStashedHandleHintScale().value; in getStashedTaskbarScale()
125 controllers.stashedHandleViewController.stashedHandleAlpha in setIsVoiceInteractionWindowVisible()
93 mControllers.stashedHandleViewController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
563 mControllers.stashedHandleViewController.getStashedHandleBounds(stashedBounds); in addRevealAnimToIsStashed()
43 @Mock lateinit var stashedHandleViewController: StashedHandleViewController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase85 stashedHandleViewController, in setup()