Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public class BubbleStackView extends FrameLayout * Set to {@code true} to enable home gesture handling in bubbles */ public static final boolean HOME_GESTURE_ENABLED = SystemProperties.getBoolean("persist.wm.debug.bubbles_home_gesture", false); SystemProperties.getBoolean("persist.wm.debug.bubbles_home_gesture", true); private static final String TAG = TAG_WITH_CLASS_NAME ? "BubbleStackView" : TAG_BUBBLES; Loading packages/SystemUI/src/com/android/systemui/flags/Flags.java +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ public class Flags { */ @Keep public static final SysPropBooleanFlag BUBBLES_HOME_GESTURE = new SysPropBooleanFlag(1101, "persist.wm.debug.bubbles_home_gesture", false); new SysPropBooleanFlag(1101, "persist.wm.debug.bubbles_home_gesture", true); // 1200 - predictive back @Keep Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public class BubbleStackView extends FrameLayout * Set to {@code true} to enable home gesture handling in bubbles */ public static final boolean HOME_GESTURE_ENABLED = SystemProperties.getBoolean("persist.wm.debug.bubbles_home_gesture", false); SystemProperties.getBoolean("persist.wm.debug.bubbles_home_gesture", true); private static final String TAG = TAG_WITH_CLASS_NAME ? "BubbleStackView" : TAG_BUBBLES; Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.java +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ public class Flags { */ @Keep public static final SysPropBooleanFlag BUBBLES_HOME_GESTURE = new SysPropBooleanFlag(1101, "persist.wm.debug.bubbles_home_gesture", false); new SysPropBooleanFlag(1101, "persist.wm.debug.bubbles_home_gesture", true); // 1200 - predictive back @Keep Loading