Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButton.java35 default void setCanShowRotationButton(boolean canShow) {} in setCanShowRotationButton() method
DFloatingRotationButton.java175 public void setCanShowRotationButton(boolean canShow) { in setCanShowRotationButton() method in FloatingRotationButton
DNavigationBarView.java571 mRotationButtonController.getRotationButton().setCanShowRotationButton(!mImeVisible); in onImeVisibilityChanged()