summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-07-16 16:19:58 -0700
committervadimt <vadimt@google.com>2019-07-16 16:46:53 -0700
commit6a75e52f85c751b4b2832c312abd09e7812611e2 (patch)
treead5808d385c03302b3b04534542aa8ccd9dc8ef2 /src/com/android/launcher3/testing/TestProtocol.java
parentd3bff6043aca5d7fc97e947805ca7c17178fbc68 (diff)
downloadpackages_apps_Trebuchet-6a75e52f85c751b4b2832c312abd09e7812611e2.tar.gz
packages_apps_Trebuchet-6a75e52f85c751b4b2832c312abd09e7812611e2.tar.bz2
packages_apps_Trebuchet-6a75e52f85c751b4b2832c312abd09e7812611e2.zip
Getting starting point of swipe from overview to all apps via protocol
Change-Id: Idf04579b67011dac45b081a81367cde2d1274117
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-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 e28eba809..f6a26925b 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";