Home
last modified time | relevance | path

Searched refs:setRotationLocked (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/
DRotationLockTileUserActionInteractorTest.kt51 controller.setRotationLocked(wasEnabled, null) in <lambda>()
61 controller.setRotationLocked(wasEnabled, null) in <lambda>()
DRotationLockTileDataInteractorTest.kt110 rotationController.setRotationLocked(true, CALLER) in tileData_isRotationLockedMatchesRotationController()
114 rotationController.setRotationLocked(false, CALLER) in tileData_isRotationLockedMatchesRotationController()
217 rotationController.setRotationLocked(true, CALLER) in setupControllersToEnableCameraRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRotationLockController.java27 void setRotationLocked(boolean locked, String caller); in setRotationLocked() method
DRotationLockControllerImpl.java96 public void setRotationLocked(boolean locked, String caller) { in setRotationLocked() method in RotationLockControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeRotationLockController.java65 public void setRotationLocked(boolean locked, String caller) { in setRotationLocked() method in FakeRotationLockController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/
DRotationLockTileUserActionInteractor.kt41 controller.setRotationLocked(!data.isRotationLocked, CALLER) in handleInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRotationLockTile.java136 mController.setRotationLocked(!newState, /* caller= */ "RotationLockTile#handleClick"); in handleClick()