Searched refs:rotationController (Results 1 – 3 of 3) sorted by relevance
56 private val rotationController = FakeRotationLockController(LeakCheck()) constant77 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()
317 final var rotationController = mDisplayContent.getAsyncRotationController(); in reportImeDrawnForOrganizerIfNeeded() local318 if ((rotationController != null && rotationController.isTargetToken(imeToken)) in reportImeDrawnForOrganizerIfNeeded()
391 final AsyncRotationController rotationController = in updateInsetsControlPosition() local393 if (rotationController != null) { in updateInsetsControlPosition()395 rotationController.getDrawTransaction(windowState.mToken); in updateInsetsControlPosition()