Searched refs:INVALID_ACTIONS_MASK (Results 1 – 1 of 1) sorted by relevance
505 private static final int INVALID_ACTIONS_MASK = 0xFFC00000; field in AccessibilityNodeInfo1617 if ((action & INVALID_ACTIONS_MASK) != 0) { in addAction()