Home
last modified time | relevance | path

Searched refs:SYSUI_STATE_A11Y_BUTTON_CLICKABLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DQuickStepContract.java79 public static final int SYSUI_STATE_A11Y_BUTTON_CLICKABLE = 1 << 4; field in QuickStepContract
122 SYSUI_STATE_A11Y_BUTTON_CLICKABLE,
154 str.add((flags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0 ? "a11y_click" : ""); in getSystemUiStateString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java43 …port static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_CLICKABLE;
1392 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateAccessibilityServicesState()
1411 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateSystemUiStateFlags()
1414 mSysUiFlagsContainer.setFlag(SYSUI_STATE_A11Y_BUTTON_CLICKABLE, clickable) in updateSystemUiStateFlags()
1469 return (requestingServices >= 1 ? SYSUI_STATE_A11Y_BUTTON_CLICKABLE : 0) in getA11yButtonState()