Support split from fullscreen with shortcuts
Recording: https://recall.googleplex.com/projects/f46cfe9c-8076-4efe-bf8a-b1cc4f1f5e1b/sessions/978a3a55-2982-4026-9726-2a73cb694258 TODO: improve transition animation Bug: 246661484 Test: manual Change-Id: Id0d1aec0685bc18f4b273f8e466996efc1d9a3d8
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