summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
author Andy Wickham <awickham@google.com> 2023-04-26 21:30:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-26 21:30:53 +0000
commita4627d22359211ef2857f8f36b7b78313c880e2a (patch)
tree55d09956f05a568ca945886f73e519846a5d78f6 /protos
parent12fa013fcdc8e0b05a41ee2523bac7caa63bcf9d (diff)
parent830e4b7ce0adbed7e7303bcf1a93465904b405de (diff)
Merge "Add long swipe from app to overview gesture (with flag)." into udc-dev
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_trace.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/launcher_trace.proto b/protos/launcher_trace.proto
index 65fcfe512b..e5a86a0108 100644
--- a/protos/launcher_trace.proto
+++ b/protos/launcher_trace.proto
@@ -63,5 +63,6 @@ message GestureStateProto {
RECENTS = 2;
NEW_TASK = 3;
LAST_TASK = 4;
+ ALL_APPS = 5;
}
}