Searched refs:SYSUI_STATE_A11Y_BUTTON_CLICKABLE (Results 1 – 5 of 5) sorted by relevance
63 public static final long SYSUI_STATE_A11Y_BUTTON_CLICKABLE = 1L << 4; field in QuickStepContract148 SYSUI_STATE_A11Y_BUTTON_CLICKABLE,214 if ((flags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0) { in getSystemUiStateString()
27 …port static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_CLICKABLE;302 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateSysuiFlags()305 mSysUiState.setFlag(SYSUI_STATE_A11Y_BUTTON_CLICKABLE, clickable) in updateSysuiFlags()
28 …port static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_CLICKABLE;401 mA11yButtonState = (clickable ? SYSUI_STATE_A11Y_BUTTON_CLICKABLE : 0) in updateA11yState()
43 …port static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_CLICKABLE;1606 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateAccessibilityStateFlags()1615 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateSystemUiStateFlags()1618 mSysUiFlagsContainer.setFlag(SYSUI_STATE_A11Y_BUTTON_CLICKABLE, clickable) in updateSystemUiStateFlags()
23 …port static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_CLICKABLE;129 SYSUI_STATE_A11Y_BUTTON_CLICKABLE | SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;