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.java76 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);
/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.java549 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() argument
552 if (rotationLocked) { in onRotationLockStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java1551 boolean rotationLocked = RotationPolicy.isRotationLocked(mContext);
1553 if (rotationLocked) {
1568 if (!rotationLocked) {