Home
last modified time | relevance | path

Searched refs:RotationButton (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarRotationContextTest.java35 import com.android.systemui.shared.rotation.RotationButton;
57 private RotationButton mRotationButton;
67 mRotationButton = mock(RotationButton.class); in setup()
78 new RotationButton.RotationButtonUpdatesCallback() { in setup()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DNavigationBarRotationContextTest.java34 import com.android.systemui.shared.rotation.RotationButton;
57 RotationButton rotationButton = mock(RotationButton.class); in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DRotationContextButton.java24 import com.android.systemui.shared.rotation.RotationButton;
28 public class RotationContextButton extends ContextualButton implements RotationButton {
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java54 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;
82 private RotationButton mRotationButton;
176 public void setRotationButton(RotationButton rotationButton, in setRotationButton()
449 public RotationButton getRotationButton() { in getRotationButton()
H A DRotationButton.java27 public interface RotationButton { interface
H A DFloatingRotationButton.java45 public class FloatingRotationButton implements RotationButton {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java66 import com.android.systemui.shared.rotation.RotationButton;
217 RotationButton rotationButton = new RotationButtonImpl( in init()
486 private class RotationButtonListener implements RotationButton.RotationButtonUpdatesCallback {
498 private class RotationButtonImpl implements RotationButton {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java128 import com.android.systemui.shared.rotation.RotationButton;
935 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal()
H A DNavigationBarView.java82 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;