Home
last modified time | relevance | path

Searched refs:SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DQuickStepContract.java65 public static final long SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE = 1L << 5; field in QuickStepContract
149 SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE,
217 if ((flags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0) { in getSystemUiStateString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java28 …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()
DNavBarHelper.java29 …static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE;
402 | (longClickable ? SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE : 0); in updateA11yState()
DNavigationBar.java44 …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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavBarHelperTest.java24 …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;