Searched refs:rotationLocked (Results 1 – 6 of 6) sorted by relevance
147 final boolean rotationLocked = mController.isRotationLocked(); in handleUpdateState()154 state.value = !rotationLocked; in handleUpdateState()157 state.contentDescription = getAccessibilityString(rotationLocked); in handleUpdateState()158 if (!rotationLocked) { in handleUpdateState()219 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {220 refreshState(rotationLocked);
28 RotationLockController.RotationLockControllerCallback { rotationLocked, _ -> in <lambda>() method29 trySend(rotationLocked) in <lambda>()
31 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() argument
480 Boolean rotationLocked = isRotationLocked(); in onRotationWatcherChanged() local481 if (rotationLocked == null) { in onRotationWatcherChanged()487 if (rotationLocked || mRotationButton.isVisible()) { in onRotationWatcherChanged()489 if (shouldOverrideUserLockPrefs(rotation) && rotationLocked && !mDocked) { in onRotationWatcherChanged()
137 public void updateSetting(int deviceState, boolean rotationLocked) { in updateSetting() argument146 rotationLocked in updateSetting()
666 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() argument669 if (rotationLocked) { in onRotationLockStateChanged()