Searched refs:rotationButtonController (Results 1 – 5 of 5) sorted by relevance
43 public final RotationButtonController rotationButtonController; field in TaskbarControllers90 RotationButtonController rotationButtonController, in TaskbarControllers() argument115 this.rotationButtonController = rotationButtonController; in TaskbarControllers()149 rotationButtonController.init(); in init()214 rotationButtonController.onDestroy(); in onDestroy()262 rotationButtonController.dumpLogs(prefix + "\t", pw); in dumpLogs()
301 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() argument998 .getDrawable(rotationButtonController.getIconResId()); in setRotationButtonController()
615 mControllers.rotationButtonController.onRotationProposal(rotation, isValid); in onRotationProposal()622 mControllers.rotationButtonController.onDisable2FlagChanged(state2); in disableNavBarElements()626 mControllers.rotationButtonController.onBehaviorChanged(displayId, behavior); in onSystemBarAttributesChanged()
1071 mControllers.rotationButtonController.onTaskbarStateChange(visible, stashed); in notifyStashChange()
35 @Mock lateinit var rotationButtonController: RotationButtonController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase76 rotationButtonController, in setup()