Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java593 mUiEventLogger.log(RotationButtonEvent.ROTATION_SUGGESTION_ACCEPTED); in onRotateSuggestionClick()
617 mUiEventLogger.log(RotationButtonEvent.ROTATION_SUGGESTION_SHOWN); in showAndLogRotationSuggestion()
713 enum RotationButtonEvent implements UiEventLogger.UiEventEnum { enum in RotationButtonController
721 RotationButtonEvent(int id) { in RotationButtonEvent() method in RotationButtonController.RotationButtonEvent