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/ |
D | RotationLockTileUserActionInteractorTest.kt | 51 controller.setRotationLocked(wasEnabled, null) in <lambda>() 61 controller.setRotationLocked(wasEnabled, null) in <lambda>()
|
D | RotationLockTileDataInteractorTest.kt | 110 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/ |
D | RotationLockController.java | 27 void setRotationLocked(boolean locked, String caller); in setRotationLocked() method
|
D | RotationLockControllerImpl.java | 96 public void setRotationLocked(boolean locked, String caller) { in setRotationLocked() method in RotationLockControllerImpl
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeRotationLockController.java | 65 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/ |
D | RotationLockTileUserActionInteractor.kt | 41 controller.setRotationLocked(!data.isRotationLocked, CALLER) in handleInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | RotationLockTile.java | 136 mController.setRotationLocked(!newState, /* caller= */ "RotationLockTile#handleClick"); in handleClick()
|