summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-07-17 00:24:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-07-17 00:24:55 +0000
commit401583f9b6e8c0171747d072ecfa375be075ad97 (patch)
treef3c844a9028eaeb3a50b0bcb1f9530d33827b831 /src/com
parentf2de54b275d609db590a653051498e9310dce9cd (diff)
parent6a75e52f85c751b4b2832c312abd09e7812611e2 (diff)
downloadandroid_packages_apps_Trebuchet-401583f9b6e8c0171747d072ecfa375be075ad97.tar.gz
android_packages_apps_Trebuchet-401583f9b6e8c0171747d072ecfa375be075ad97.tar.bz2
android_packages_apps_Trebuchet-401583f9b6e8c0171747d072ecfa375be075ad97.zip
Merge "Getting starting point of swipe from overview to all apps via protocol" into ub-launcher3-qt-r1-dev
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 6bdc0ab46..f69b27896 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -66,6 +66,7 @@ public final class TestProtocol {
"all-apps-to-overview-swipe-height";
public static final String REQUEST_HOME_TO_ALL_APPS_SWIPE_HEIGHT =
"home-to-all-apps-swipe-height";
+ public static final String REQUEST_HOTSEAT_TOP = "hotseat-top";
public static final String REQUEST_IS_LAUNCHER_INITIALIZED = "is-launcher-initialized";
public static final String REQUEST_FREEZE_APP_LIST = "freeze-app-list";
public static final String REQUEST_UNFREEZE_APP_LIST = "unfreeze-app-list";