Searched refs:SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE (Results 1 – 5 of 5) sorted by relevance
65 public static final long SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE = 1L << 5; field in QuickStepContract149 SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE,217 if ((flags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0) { in getSystemUiStateString()
28 …static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;303 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateSysuiFlags()306 .setFlag(SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE, longClickable) in updateSysuiFlags()
29 …static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;402 | (longClickable ? SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE : 0); in updateA11yState()
44 …static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;1607 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateAccessibilityStateFlags()1616 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateSystemUiStateFlags()1619 .setFlag(SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE, longClickable) in updateSystemUiStateFlags()
24 …static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;129 SYSUI_STATE_A11Y_BUTTON_CLICKABLE | SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;