Merge "Add Aster logging for entering and exiting desktop mode via quick switch" into main

This commit is contained in:
Treehugger Robot
2024-12-10 23:31:50 +00:00
committed by Android (Google) Code Review
2 changed files with 31 additions and 8 deletions
@@ -301,6 +301,12 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "User swipes or fling in RIGHT direction on the bottom bazel area.")
LAUNCHER_QUICKSWITCH_RIGHT(572),
@UiEvent(doc = "User swipes or fling on the bottom bazel area to enter Desktop mode.")
LAUNCHER_QUICKSWITCH_ENTER_DESKTOP_MODE(2025),
@UiEvent(doc = "User swipes or fling on the bottom bazel area to exit Desktop mode.")
LAUNCHER_QUICKSWITCH_EXIT_DESKTOP_MODE(2026),
@UiEvent(doc = "User swipes or fling in DOWN direction on the bottom bazel area.")
LAUNCHER_SWIPEDOWN_NAVBAR(573),