Home
last modified time | relevance | path

Searched refs:setRotationButton (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarRotationContextTest.java77 mRotationButtonController.setRotationButton(mRotationButton, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java485 mRotationButtonController.setRotationButton(mFloatingRotationButton, in updateRotationButton()
490 mRotationButtonController.setRotationButton(mRotationContextButton, in updateRotationButton()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java191 public void setRotationButton(RotationButton rotationButton, in setRotationButton() method in RotationButtonController