Merge "Support split from fullscreen with shortcuts" into tm-qpr-dev

This commit is contained in:
Tracy Zhou
2022-11-01 17:17:33 +00:00
committed by Android (Google) Code Review
12 changed files with 417 additions and 92 deletions
@@ -617,6 +617,11 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "Number of apps in A-Z list (personal and work profile)")
LAUNCHER_ALLAPPS_COUNT(1225),
@UiEvent(doc = "User has invoked split to right half with a keyboard shortcut.")
LAUNCHER_KEYBOARD_SHORTCUT_SPLIT_RIGHT_BOTTOM(1232),
@UiEvent(doc = "User has invoked split to left half with a keyboard shortcut.")
LAUNCHER_KEYBOARD_SHORTCUT_SPLIT_LEFT_TOP(1233)
;
// ADD MORE