Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarControllers.java51 public final StashedHandleViewController stashedHandleViewController; field in TaskbarControllers
99 StashedHandleViewController stashedHandleViewController, in TaskbarControllers() argument
125 this.stashedHandleViewController = stashedHandleViewController; in TaskbarControllers()
161 stashedHandleViewController.init(this); in init()
181 stashedHandleViewController, taskbarStashController, in init()
238 stashedHandleViewController.onDestroy(); in onDestroy()
DTaskbarStashController.java321 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()
DTaskbarSpringOnStashController.java68 mControllers.stashedHandleViewController.setTranslationYForStash(transY); in updateTranslationYForStash()
DTaskbarActivityContext.java639 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()
DVoiceInteractionWindowController.kt125 controllers.stashedHandleViewController.stashedHandleAlpha in setIsVoiceInteractionWindowVisible()
DTaskbarTranslationController.java93 mControllers.stashedHandleViewController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
DTaskbarViewController.java563 mControllers.stashedHandleViewController.getStashedHandleBounds(stashedBounds); in addRevealAnimToIsStashed()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarBaseTestCase.kt43 @Mock lateinit var stashedHandleViewController: StashedHandleViewController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase
85 stashedHandleViewController, in setup()