Home
last modified time | relevance | path

Searched refs:rotationButton (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DNavigationBarRotationContextTest.java57 RotationButton rotationButton = mock(RotationButton.class); in setup() local
60 mRotationButtonController.setRotationButton(rotationButton, null); in setup()
64 doReturn(view).when(rotationButton).getCurrentView(); in setup()
65 doReturn(true).when(rotationButton).acceptRotationProposal(); in setup()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java217 RotationButton rotationButton = new RotationButtonImpl( in init() local
220 rotationButton.hide(); in init()
221 mControllers.rotationButtonController.setRotationButton(rotationButton, null); in init()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java176 public void setRotationButton(RotationButton rotationButton, in setRotationButton() argument
178 mRotationButton = rotationButton; in setRotationButton()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java935 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal() local
942 + ", isRotateButtonVisible=" + rotationButton.isVisible()); in onRotationProposal()