Searched refs:mRotationLockController (Results 1 – 3 of 3) sorted by relevance
68 private RotationLockController mRotationLockController; field in RotationButtonController93 if (mRotationLockController.isRotationLocked()) {123 mRotationLockController = Dependency.get(RotationLockController.class); in RotationButtonController()168 mRotationLockController.setRotationLockedAtAngle(true /* locked */, rotationSuggestion); in setRotationLockedAtAngle()172 return mRotationLockController.isRotationLocked(); in isRotationLocked()
109 private final RotationLockController mRotationLockController; field in PhoneStatusBarPolicy141 mRotationLockController = Dependency.get(RotationLockController.class); in PhoneStatusBarPolicy()231 mRotationLockController.addCallback(this); in PhoneStatusBarPolicy()551 mRotationLockController, mContext); in onRotationLockStateChanged()
200 @Inject Lazy<RotationLockController> mRotationLockController; field in Dependency333 mProviders.put(RotationLockController.class, mRotationLockController::get); in start()