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.java45 public final RotationButtonController rotationButtonController; field in TaskbarControllers
93 RotationButtonController rotationButtonController, in TaskbarControllers() argument
119 this.rotationButtonController = rotationButtonController; in TaskbarControllers()
154 rotationButtonController.init(); in init()
234 rotationButtonController.onDestroy(); in onDestroy()
284 rotationButtonController.dumpLogs(prefix + "\t", pw); in dumpLogs()
DTaskbarActivityContext.java261 RotationButtonController rotationButtonController = new RotationButtonController(this, in TaskbarActivityContext() local
269 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()
DNavbarButtonsViewController.java345 mControllers.rotationButtonController.setRotationButton(mFloatingRotationButton, in setupController()
943 mControllers.rotationButtonController.unregisterListeners(); in onDestroy()
1103 public void setRotationButtonController(RotationButtonController rotationButtonController) { in setRotationButtonController() argument
1106 .getDrawable(rotationButtonController.getIconResId()); in setRotationButtonController()
DTaskbarStashController.java1125 mControllers.rotationButtonController.onTaskbarStateChange(visible, stashed); in notifyStashChange()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarBaseTestCase.kt37 @Mock lateinit var rotationButtonController: RotationButtonController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase
79 rotationButtonController, in setup()