Home
last modified time | relevance | path

Searched refs:newRotationLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeviceStateRotationLockSettingController.java104 public void onRotationLockStateChanged(boolean newRotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() argument
108 mLogger.logRotationLockStateChanged(deviceState, newRotationLocked, currentRotationLocked); in onRotationLockStateChanged()
112 if (newRotationLocked == currentRotationLocked) { in onRotationLockStateChanged()
115 saveNewRotationLockSetting(newRotationLocked); in onRotationLockStateChanged()
DDeviceStateRotationLockSettingControllerLogger.kt46 newRotationLocked: Boolean, in logRotationLockStateChanged()
54 bool1 = newRotationLocked in logRotationLockStateChanged()