Searched refs:SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE (Results 1 – 2 of 2) sorted by relevance
65 public static final int SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE = 1 << 5; field in QuickStepContract81 SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE,101 str.add((flags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0 ? "a11y_long_click" : ""); in getSystemUiStateString()
28 …static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;875 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateAccessibilityServicesState()886 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateSystemUiStateFlags()889 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE, in updateSystemUiStateFlags()933 | (requestingServices >= 2 ? SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE : 0); in getA11yButtonState()