Searched refs:SYSUI_STATE_OVERVIEW_DISABLED (Results 1 – 3 of 3) sorted by relevance
71 public static final int SYSUI_STATE_OVERVIEW_DISABLED = 1 << 7; field in QuickStepContract153 SYSUI_STATE_OVERVIEW_DISABLED,184 if ((flags & SYSUI_STATE_OVERVIEW_DISABLED) != 0) { in getSystemUiStateString()
36 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_OVERVIEW_DISABLED;309 .setFlag(SYSUI_STATE_OVERVIEW_DISABLED, in updateSysuiFlags()
23 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_OVERVIEW_DISABLED;748 sysUiState.setFlag(SYSUI_STATE_OVERVIEW_DISABLED, in updateDisabledSystemUiStateFlags()