Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceStateRotationLockSettingControllerTest.java179 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in whenUserChangesSetting_saveSettingForCurrentState()
211 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in whenDeviceStateSwitchedToIgnoredState_noFallback_newSettingsSaveForPreviousState()
246 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChanged_newSettingIsPersisted()
267 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChanged_deviceStateIsIgnored_newSettingIsPersistedToFallback()
289 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChange_stateIgnored_noFallback_settingIsPersistedToPrevious()
H A DRotationLockControllerImplTest.java80 .onRotationLockStateChanged(anyBoolean(), anyBoolean()); in whenFlagOn_deviceStateRotationControllerAddedToCallbacks()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockController.java31 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() method
H A DRotationLockControllerImpl.java128 callback.onRotationLockStateChanged(mRotationPolicy.isRotationLocked(), in notifyChanged()
H A DDeviceStateRotationLockSettingController.java103 public void onRotationLockStateChanged(boolean newRotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in DeviceStateRotationLockSettingController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java219 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java650 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in PhoneStatusBarPolicy