Searched refs:rotationLocked (Results 1 – 4 of 4) sorted by relevance
73 final boolean rotationLocked = mController.isRotationLocked(); in handleUpdateState()75 state.value = !rotationLocked; in handleUpdateState()78 state.contentDescription = getAccessibilityString(rotationLocked); in handleUpdateState()116 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {117 refreshState(rotationLocked);
30 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() argument
575 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() argument578 if (rotationLocked) { in onRotationLockStateChanged()
2210 boolean rotationLocked = RotationPolicy.isRotationLocked(mContext);2212 if (rotationLocked) {2227 if (!rotationLocked) {