Merge "Support split from fullscreen with shortcuts" into tm-qpr-dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user