summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorthiruram <thiruram@google.com>2020-05-06 22:19:43 -0700
committerthiruram <thiruram@google.com>2020-05-18 16:44:46 -0700
commit6bf6848951666ed1f5d4779f62ef98643aabb351 (patch)
tree62583adb4cebd3786524b9586a348034e11eb907 /protos
parent4ae95beb9bbfb002deb73f644b28edfa3f5c27fa (diff)
downloadLauncher3-6bf6848951666ed1f5d4779f62ef98643aabb351.tar.gz
Introduces CONTAINER_WIDGETS_TRAY to LauncherSettings.Favorites.
This would log LAUNCHER_ITEM_DRAG_STARTED event when an item is dragged from widgets tray. This also fixes empty component with widget logs. Sample Log: https://docs.google.com/document/d/1CBP2yTcXdFhPdNG5ZmWFKSgd8mDbMevY-akVlUXPLDo/edit#bookmark=id.bk5w3n8uwhcl Bug: 152978018 Change-Id: I51d16edae13973d5e62adda0e4efa861fa10dc1b
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index f1b71e8868..f1db144604 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -48,12 +48,16 @@ message ContainerInfo {
HotseatContainer hotseat = 2;
FolderContainer folder = 3;
AllAppsContainer all_apps_container = 4;
+ WidgetsContainer widgets_container = 5;
}
}
message AllAppsContainer {
}
+message WidgetsContainer {
+}
+
enum Origin {
UNKNOWN = 0;
DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat