summaryrefslogtreecommitdiffstats
path: root/src_config/com/android/launcher3/config
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-03-03 20:48:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-03 20:48:10 +0000
commit74480b7bca8451eaea64236cb4b4c8e31def6b9b (patch)
treeed748dacc6958e048e6e180b1ffc5053d1937f13 /src_config/com/android/launcher3/config
parent4ff3457e77915b596cfa896a4f98283ace2314de (diff)
parentacbf570449d685682fcbac24f07fd2593fcd35ed (diff)
downloadandroid_packages_apps_Trebuchet-74480b7bca8451eaea64236cb4b4c8e31def6b9b.tar.gz
android_packages_apps_Trebuchet-74480b7bca8451eaea64236cb4b4c8e31def6b9b.tar.bz2
android_packages_apps_Trebuchet-74480b7bca8451eaea64236cb4b4c8e31def6b9b.zip
Merge "Setting soft input to adjust resize while all apps is open." into ub-launcher3-dorval
Diffstat (limited to 'src_config/com/android/launcher3/config')
-rw-r--r--src_config/com/android/launcher3/config/FeatureFlags.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/src_config/com/android/launcher3/config/FeatureFlags.java b/src_config/com/android/launcher3/config/FeatureFlags.java
index ab2e7180f..358a67841 100644
--- a/src_config/com/android/launcher3/config/FeatureFlags.java
+++ b/src_config/com/android/launcher3/config/FeatureFlags.java
@@ -29,6 +29,11 @@ public final class FeatureFlags {
public static boolean LAUNCHER3_DISABLE_PINCH_TO_OVERVIEW = false;
public static boolean LAUNCHER3_ALL_APPS_PULL_UP = true;
public static boolean LAUNCHER3_NEW_FOLDER_ANIMATION = false;
+ // When enabled allows to use any point on the fast scrollbar to start dragging.
+ public static boolean LAUNCHER3_DIRECT_SCROLL = true;
+ // When enabled while all-apps open, the soft input will be set to adjust resize .
+ public static boolean LAUNCHER3_UPDATE_SOFT_INPUT_MODE = false;
+
// Feature flag to enable moving the QSB on the 0th screen of the workspace.
public static final boolean QSB_ON_FIRST_SCREEN = true;
@@ -38,8 +43,6 @@ public final class FeatureFlags {
public static final boolean PULLDOWN_SEARCH = false;
// When enabled the status bar may show dark icons based on the top of the wallpaper.
public static final boolean LIGHT_STATUS_BAR = false;
- // When enabled allows to use any point on the fast scrollbar to start dragging.
- public static final boolean LAUNCHER3_DIRECT_SCROLL = true;
// When enabled icons are badged with the number of notifications associated with that app.
public static final boolean BADGE_ICONS = true;
// When enabled, icons not supporting {@link MaskableIconDrawable} will be wrapped in this class.