Searched refs:a11yFlags (Results 1 – 1 of 1) sorted by relevance
878 int a11yFlags = getA11yButtonState(feedbackEnabled); in updateAccessibilityServicesState() local880 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateAccessibilityServicesState()881 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateAccessibilityServicesState()884 updateSystemUiStateFlags(a11yFlags); in updateAccessibilityServicesState()887 public void updateSystemUiStateFlags(int a11yFlags) { in updateSystemUiStateFlags() argument888 if (a11yFlags < 0) { in updateSystemUiStateFlags()889 a11yFlags = getA11yButtonState(null); in updateSystemUiStateFlags()891 boolean clickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_CLICKABLE) != 0; in updateSystemUiStateFlags()892 boolean longClickable = (a11yFlags & SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE) != 0; in updateSystemUiStateFlags()