summaryrefslogtreecommitdiffstats
path: root/src_config
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-03-03 10:58:06 -0800
committerMario Bertschler <bmario@google.com>2017-03-03 12:03:32 -0800
commitacbf570449d685682fcbac24f07fd2593fcd35ed (patch)
treeccbd5b659374075c9f88d2a8bb2d3ed48d8552c3 /src_config
parent12584781e436f3e113bbdc41b1be99bf2341ac87 (diff)
downloadandroid_packages_apps_Trebuchet-acbf570449d685682fcbac24f07fd2593fcd35ed.tar.gz
android_packages_apps_Trebuchet-acbf570449d685682fcbac24f07fd2593fcd35ed.tar.bz2
android_packages_apps_Trebuchet-acbf570449d685682fcbac24f07fd2593fcd35ed.zip
Setting soft input to adjust resize while all apps is open.
Bug: 35947394 Change-Id: I897063dc803b58e1f3b6ad16c6a721f808a2798a
Diffstat (limited to 'src_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.