Home
last modified time | relevance | path

Searched refs:onRotationLockStateChanged (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockController.java30 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() method
H A DRotationLockControllerImpl.java121 callback.onRotationLockStateChanged(mRotationPolicy.isRotationLocked(), in notifyChanged()
H A DDeviceStateRotationLockSettingController.java140 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in DeviceStateRotationLockSettingController
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceStateRotationLockSettingControllerTest.java147 .onRotationLockStateChanged(/* rotationLocked= */false, in whenUserChangesSetting_saveSettingForCurrentState()
189 .onRotationLockStateChanged(/* rotationLocked= */true, in whenDeviceStateSwitchedToIgnoredState_newSettingsSaveForPreviousState()
H A DRotationLockControllerImplTest.java94 .onRotationLockStateChanged(anyBoolean(), anyBoolean()); in whenFlagOn_dviceStateRotationControllerAddedToCallbacks()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java139 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java614 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in PhoneStatusBarPolicy