Searched refs:onRotationLockStateChanged (Results 1 – 7 of 7) sorted by relevance
30 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() method
121 callback.onRotationLockStateChanged(mRotationPolicy.isRotationLocked(), in notifyChanged()
140 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in DeviceStateRotationLockSettingController
147 .onRotationLockStateChanged(/* rotationLocked= */false, in whenUserChangesSetting_saveSettingForCurrentState()189 .onRotationLockStateChanged(/* rotationLocked= */true, in whenDeviceStateSwitchedToIgnoredState_newSettingsSaveForPreviousState()
94 .onRotationLockStateChanged(anyBoolean(), anyBoolean()); in whenFlagOn_dviceStateRotationControllerAddedToCallbacks()
139 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {
614 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in PhoneStatusBarPolicy