Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButton.java27 public interface RotationButton { interface
DRotationButtonController.java63 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;
94 private RotationButton mRotationButton;
190 public void setRotationButton(RotationButton rotationButton, in setRotationButton()
588 public RotationButton getRotationButton() { in getRotationButton()
DFloatingRotationButton.java46 public class FloatingRotationButton implements RotationButton {
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java82 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;