Home
last modified time | relevance | path

Searched refs:rotationLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRotationLockTile.java73 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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRotationLockController.java30 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java575 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() argument
578 if (rotationLocked) { in onRotationLockStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java2210 boolean rotationLocked = RotationPolicy.isRotationLocked(mContext);
2212 if (rotationLocked) {
2227 if (!rotationLocked) {