Searched refs:rotationLocked (Results 1 – 4 of 4) sorted by relevance
76 final boolean rotationLocked = mController.isRotationLocked(); in handleUpdateState()78 state.value = !rotationLocked; in handleUpdateState()81 state.contentDescription = getAccessibilityString(rotationLocked); in handleUpdateState()119 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {120 refreshState(rotationLocked);
30 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() argument
549 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() argument552 if (rotationLocked) { in onRotationLockStateChanged()
1551 boolean rotationLocked = RotationPolicy.isRotationLocked(mContext);1553 if (rotationLocked) {1568 if (!rotationLocked) {