summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2021-08-30 14:15:56 -0700
committerTony Wickham <twickham@google.com>2021-09-13 17:25:15 -0700
commit2a10e62e9249e45522f3e4d8d66d292dcd2b8a4b (patch)
tree1626efaf161d831bb1c262c8306ec686f5fe40a5 /protos
parentbe8b2ad03d5ada20b8d22b8bfde8cfbcb34e1acf (diff)
downloadLauncher3-2a10e62e9249e45522f3e4d8d66d292dcd2b8a4b.tar.gz
Add logs for taskbar and overview split action
Log: - Taskbar app launch (also from foldeR) - Taskbar app drag (also from folder) - Taskbar folder open - Long press to hide taskbar - Long press to show taskbar - Overview Split screen action Also add support for ActivityContext to overwrite/add to LauncherAtom.ItemInfo, which TaskbarActivityContext does to change HotseatContainer and PredictedHotseatContainer to TaskBarContainer Test: enable logcat locally Bug: 193009817 Change-Id: Ia82c846a727fecb8cbfd0a069c8af1276083bf83
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index 6dfb84ea2f..ca9f0631f1 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -241,6 +241,7 @@ message FolderContainer {
oneof ParentContainer {
WorkspaceContainer workspace = 4;
HotseatContainer hotseat = 5;
+ TaskBarContainer taskbar = 6;
}
}