Searched refs:rotationButtonController (Results 1 – 5 of 5) sorted by relevance
45 public final RotationButtonController rotationButtonController; field in TaskbarControllers93 RotationButtonController rotationButtonController, in TaskbarControllers() argument119 this.rotationButtonController = rotationButtonController; in TaskbarControllers()154 rotationButtonController.init(); in init()234 rotationButtonController.onDestroy(); in onDestroy()284 rotationButtonController.dumpLogs(prefix + "\t", pw); in dumpLogs()
261 RotationButtonController rotationButtonController = new RotationButtonController(this, in TaskbarActivityContext() local269 rotationButtonController.setBgExecutor(Executors.UI_HELPER_EXECUTOR); in TaskbarActivityContext()275 rotationButtonController, in TaskbarActivityContext()370 mControllers.rotationButtonController.onNavigationModeChanged(mNavMode.resValue); in init()861 mControllers.rotationButtonController.onRotationProposal(rotation, isValid); in onRotationProposal()868 mControllers.rotationButtonController.onDisable2FlagChanged(state2); in disableNavBarElements()872 mControllers.rotationButtonController.onBehaviorChanged(displayId, behavior); in onSystemBarAttributesChanged()
345 mControllers.rotationButtonController.setRotationButton(mFloatingRotationButton, in setupController()943 mControllers.rotationButtonController.unregisterListeners(); in onDestroy()1103 public void setRotationButtonController(RotationButtonController rotationButtonController) { in setRotationButtonController() argument1106 .getDrawable(rotationButtonController.getIconResId()); in setRotationButtonController()
1125 mControllers.rotationButtonController.onTaskbarStateChange(visible, stashed); in notifyStashChange()
37 @Mock lateinit var rotationButtonController: RotationButtonController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase79 rotationButtonController, in setup()