Searched refs:SYSUI_STATE_OVERVIEW_DISABLED (Results 1 – 2 of 2) sorted by relevance
69 public static final int SYSUI_STATE_OVERVIEW_DISABLED = 1 << 7; field in QuickStepContract84 SYSUI_STATE_OVERVIEW_DISABLED,92 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;718 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_OVERVIEW_DISABLED, in updateSystemUiStateFlags()