Searched refs:SYSUI_STATE_OVERVIEW_DISABLED (Results 1 – 2 of 2) sorted by relevance
85 public static final int SYSUI_STATE_OVERVIEW_DISABLED = 1 << 7; field in QuickStepContract126 SYSUI_STATE_OVERVIEW_DISABLED,143 str.add((flags & SYSUI_STATE_OVERVIEW_DISABLED) != 0 ? "overview_disabled" : ""); in getSystemUiStateString()
23 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_OVERVIEW_DISABLED;834 .setFlag(SYSUI_STATE_OVERVIEW_DISABLED, in updateDisabledSystemUiStateFlags()