Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarControllers.java43 public final RotationButtonController rotationButtonController; field in TaskbarControllers
90 RotationButtonController rotationButtonController, in TaskbarControllers() argument
115 this.rotationButtonController = rotationButtonController; in TaskbarControllers()
149 rotationButtonController.init(); in init()
214 rotationButtonController.onDestroy(); in onDestroy()
262 rotationButtonController.dumpLogs(prefix + "\t", pw); in dumpLogs()
DNavbarButtonsViewController.java301 mControllers.rotationButtonController.setRotationButton(rotationButton, null); in init()
314 mControllers.rotationButtonController.setRotationButton(mFloatingRotationButton, in init()
854 mControllers.rotationButtonController.unregisterListeners(); in onDestroy()
995 public void setRotationButtonController(RotationButtonController rotationButtonController) { in setRotationButtonController() argument
998 .getDrawable(rotationButtonController.getIconResId()); in setRotationButtonController()
DTaskbarActivityContext.java615 mControllers.rotationButtonController.onRotationProposal(rotation, isValid); in onRotationProposal()
622 mControllers.rotationButtonController.onDisable2FlagChanged(state2); in disableNavBarElements()
626 mControllers.rotationButtonController.onBehaviorChanged(displayId, behavior); in onSystemBarAttributesChanged()
DTaskbarStashController.java1071 mControllers.rotationButtonController.onTaskbarStateChange(visible, stashed); in notifyStashChange()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarBaseTestCase.kt35 @Mock lateinit var rotationButtonController: RotationButtonController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase
76 rotationButtonController, in setup()