Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarRotationContextTest.java55 private RotationButton mRotationButton;
63 mRotationButton = mock(RotationButton.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButton.java24 interface RotationButton { interface
DRotationButtonController.java82 private final RotationButton mRotationButton;
116 RotationButtonController(Context context, @StyleRes int style, RotationButton rotationButton) { in RotationButtonController()
316 RotationButton getRotationButton() { in getRotationButton()
DRotationContextButton.java31 NavigationModeController.ModeChangedListener, RotationButton {
DFloatingRotationButton.java37 public class FloatingRotationButton implements RotationButton {
DNavigationBarFragment.java482 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal()