Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java +3 −3 Original line number Diff line number Diff line Loading @@ -86,10 +86,10 @@ public class QuickStepContract { // enabled (since it's used to navigate back within the bubbled app, or to collapse the bubble // stack. public static final int SYSUI_STATE_BUBBLES_EXPANDED = 1 << 14; // The one-handed mode is active public static final int SYSUI_STATE_ONE_HANDED_ACTIVE = 1 << 15; // The global actions dialog is showing public static final int SYSUI_STATE_GLOBAL_ACTIONS_SHOWING = 1 << 16; public static final int SYSUI_STATE_GLOBAL_ACTIONS_SHOWING = 1 << 15; // The one-handed mode is active public static final int SYSUI_STATE_ONE_HANDED_ACTIVE = 1 << 16; @Retention(RetentionPolicy.SOURCE) @IntDef({SYSUI_STATE_SCREEN_PINNING, Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java +3 −3 Original line number Diff line number Diff line Loading @@ -86,10 +86,10 @@ public class QuickStepContract { // enabled (since it's used to navigate back within the bubbled app, or to collapse the bubble // stack. public static final int SYSUI_STATE_BUBBLES_EXPANDED = 1 << 14; // The one-handed mode is active public static final int SYSUI_STATE_ONE_HANDED_ACTIVE = 1 << 15; // The global actions dialog is showing public static final int SYSUI_STATE_GLOBAL_ACTIONS_SHOWING = 1 << 16; public static final int SYSUI_STATE_GLOBAL_ACTIONS_SHOWING = 1 << 15; // The one-handed mode is active public static final int SYSUI_STATE_ONE_HANDED_ACTIVE = 1 << 16; @Retention(RetentionPolicy.SOURCE) @IntDef({SYSUI_STATE_SCREEN_PINNING, Loading