Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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 {
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButton.java27 public interface RotationButton { interface
H A DRotationButtonController.java66 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;
95 private RotationButton mRotationButton;
191 public void setRotationButton(RotationButton rotationButton, in setRotationButton()
588 public RotationButton getRotationButton() { in getRotationButton()
H A DFloatingRotationButton.java46 public class FloatingRotationButton implements RotationButton {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java140 import com.android.systemui.shared.rotation.RotationButton;
1104 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal()
H A DNavigationBarView.java79 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;