Home
last modified time | relevance | path

Searched refs:rotationController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/
DRotationLockTileDataInteractorTest.kt56 private val rotationController = FakeRotationLockController(LeakCheck()) constant
77 rotationController, in setup()
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/services/core/java/com/android/server/wm/
DImeInsetsSourceProvider.java317 final var rotationController = mDisplayContent.getAsyncRotationController(); in reportImeDrawnForOrganizerIfNeeded() local
318 if ((rotationController != null && rotationController.isTargetToken(imeToken)) in reportImeDrawnForOrganizerIfNeeded()
DInsetsSourceProvider.java391 final AsyncRotationController rotationController = in updateInsetsControlPosition() local
393 if (rotationController != null) { in updateInsetsControlPosition()
395 rotationController.getDrawTransaction(windowState.mToken); in updateInsetsControlPosition()