Home
last modified time | relevance | path

Searched refs:mRotationLockController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java162 private RotationLockController mRotationLockController; field in NavigationBarFragment
233 mRotationLockController = Dependency.get(RotationLockController.class); in onCreate()
237 if (mRotationLockController.isRotationLocked()) { in onCreate()
239 mRotationLockController.setRotationLockedAtAngle(true, winRotation); in onCreate()
998 mRotationLockController.setRotationLockedAtAngle(true, mLastRotationSuggestion); in onRotateSuggestionClick()
1064 if (mRotationLockController.isRotationLocked()) {
1066 mRotationLockController.setRotationLockedAtAngle(true, rotation);
DPhoneStatusBarPolicy.java131 private final RotationLockController mRotationLockController; field in PhoneStatusBarPolicy
164 mRotationLockController = Dependency.get(RotationLockController.class); in PhoneStatusBarPolicy()
242 mRotationLockController.addCallback(this); in PhoneStatusBarPolicy()
270 mRotationLockController.removeCallback(this); in destroy()
746 mRotationLockController, mContext); in onRotationLockStateChanged()