Searched refs:mRotationLockController (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettings.java102 private RotationLockController mRotationLockController; field in class:QuickSettings
166 mRotationLockController = rotationLockController;
482 final boolean locked = mRotationLockController.isRotationLocked();
483 mRotationLockController.setRotationLocked(!locked);
486 mModel.addRotationLockTile(rotationLockTile, mRotationLockController,
H A DQuickSettingsModel.java302 private RotationLockController mRotationLockController; field in class:QuickSettingsModel
800 mRotationLockController = rotationLockController;
804 onRotationLockStateChanged(mRotationLockController.isRotationLocked(),
805 mRotationLockController.isRotationLockAffordanceVisible());
H A DPhoneStatusBar.java163 RotationLockController mRotationLockController; field in class:PhoneStatusBar
537 mRotationLockController = new RotationLockController(mContext);
630 mLocationController, mRotationLockController);

Completed in 106 milliseconds