summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/config
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2019-01-10 18:21:44 -0800
committerTony Wickham <twickham@google.com>2019-01-28 11:37:33 -0800
commit18759647f0e3af23b69c8bdfa60c97a53c97f878 (patch)
tree8f65ba43bebdefe2e5ad067db642eaee05ebf866 /src/com/android/launcher3/config
parent7eebfc564982bdb64ea34d04f0955647dc40192a (diff)
downloadandroid_packages_apps_Trebuchet-18759647f0e3af23b69c8bdfa60c97a53c97f878.tar.gz
android_packages_apps_Trebuchet-18759647f0e3af23b69c8bdfa60c97a53c97f878.tar.bz2
android_packages_apps_Trebuchet-18759647f0e3af23b69c8bdfa60c97a53c97f878.zip
Swipe up to go home, swipe and hold to go to overview
- Pause (swipe and hold) detection based on velocity and acceleration, so it feels immediately responsive - Don't show shelf during swipe; peek when swipe pauses - Disallow long swipe - If swiping to go home (we didn't detect a pause), animate window and launcher together (not final animation, but mechanism is in place) - Guarded by SWIPE_HOME flag Bug: 111926330 Change-Id: Ie4af04517c6688e3d649c2971a1aad197837cb3b
Diffstat (limited to 'src/com/android/launcher3/config')
-rw-r--r--src/com/android/launcher3/config/BaseFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/config/BaseFlags.java b/src/com/android/launcher3/config/BaseFlags.java
index fa9308135..4be8bbcb2 100644
--- a/src/com/android/launcher3/config/BaseFlags.java
+++ b/src/com/android/launcher3/config/BaseFlags.java
@@ -107,7 +107,7 @@ abstract class BaseFlags {
public static final ToggleableGlobalSettingsFlag SWIPE_HOME
= new ToggleableGlobalSettingsFlag("SWIPE_HOME", false,
- "[WIP] Swiping up on the nav bar goes home. Swipe and hold goes to recent apps.");
+ "Swiping up on the nav bar goes home. Swipe and hold goes to recent apps.");
public static void initialize(Context context) {
// Avoid the disk read for user builds