summaryrefslogtreecommitdiff
path: root/quickstep/protos_overrides/launcher_atom_extension.proto
diff options
context:
space:
mode:
Diffstat (limited to 'quickstep/protos_overrides/launcher_atom_extension.proto')
-rw-r--r--quickstep/protos_overrides/launcher_atom_extension.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/quickstep/protos_overrides/launcher_atom_extension.proto b/quickstep/protos_overrides/launcher_atom_extension.proto
index b3df353913..4dbec98ce7 100644
--- a/quickstep/protos_overrides/launcher_atom_extension.proto
+++ b/quickstep/protos_overrides/launcher_atom_extension.proto
@@ -41,6 +41,7 @@ message DeviceSearchResultContainer{
// For application, it will be the column number in the apps row.
optional int32 grid_x = 3;
+ // LINT.IfChange
// Next ID = 4
message SearchAttributes{
@@ -64,6 +65,10 @@ message DeviceSearchResultContainer{
// User entered by swiping up from overview (using Rocket Gesture).
OVERVIEW = 3;
+
+ // User entered by tapping the search box in the Taskbar AllApps drawer.
+ TASKBAR = 4;
}
}
+ // LINT.ThenChange(//quickstep/src/com/android/quickstep/logging/StatsLogCompatManager.java)
}