Searched refs:mRotationLockController (Results 1 – 2 of 2) sorted by relevance
162 private RotationLockController mRotationLockController; field in NavigationBarFragment233 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);
131 private final RotationLockController mRotationLockController; field in PhoneStatusBarPolicy164 mRotationLockController = Dependency.get(RotationLockController.class); in PhoneStatusBarPolicy()242 mRotationLockController.addCallback(this); in PhoneStatusBarPolicy()270 mRotationLockController.removeCallback(this); in destroy()746 mRotationLockController, mContext); in onRotationLockStateChanged()