Home
last modified time | relevance | path

Searched refs:onBehaviorChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/rotation/
H A DRotationButtonControllerTest.kt53 mController.onBehaviorChanged(Display.DEFAULT_DISPLAY,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarRotationContextTest.java112 mRotationButtonController.onBehaviorChanged(Display.DEFAULT_DISPLAY, in testOnRotationProposalShowButtonShowNav()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java506 public void onBehaviorChanged(int displayId, @WindowInsetsController.Behavior int behavior) { in onBehaviorChanged() method in RotationButtonController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java566 mRotationButtonController.onBehaviorChanged(mDisplayTracker.getDefaultDisplayId(), in setBehavior()