Searched refs:ROOT_NODE_ID (Results 1 – 18 of 18) sorted by relevance
132 eq(AccessibilityNodeInfo.ROOT_NODE_ID), (Region) anyObject(), in setUp()149 infoFromApp.setSourceNodeId(AccessibilityNodeInfo.ROOT_NODE_ID, APP_WINDOW_ID); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions()160 assertEquals(AccessibilityNodeInfo.ROOT_NODE_ID, infoSentToService.getSourceNodeId()); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions()191 infoFromApp.setSourceNodeId(AccessibilityNodeInfo.ROOT_NODE_ID, APP_WINDOW_ID); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions()198 assertEquals(AccessibilityNodeInfo.ROOT_NODE_ID, infoSentToService.getSourceNodeId()); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions()216 mInfoListCaptor.getValue(), AccessibilityNodeInfo.ROOT_NODE_ID); in testCallbacks_multipleNodesThenReplacer_clearsActionsAndAddsSomeToRoot()237 mInfoListCaptor.getValue(), AccessibilityNodeInfo.ROOT_NODE_ID); in testCallbacks_replacerThenMultipleNodes_clearsActionsAndAddsSomeToRoot()248 .findAccessibilityNodeInfoByAccessibilityId(eq(AccessibilityNodeInfo.ROOT_NODE_ID), in testConstructor_actionReplacerThrowsException_passesDataToService()258 infoFromApp.setSourceNodeId(AccessibilityNodeInfo.ROOT_NODE_ID, APP_WINDOW_ID); in testConstructor_actionReplacerThrowsException_passesDataToService()266 assertEquals(AccessibilityNodeInfo.ROOT_NODE_ID, infoSentToService.getSourceNodeId()); in testConstructor_actionReplacerThrowsException_passesDataToService()[all …]
47 import static android.view.accessibility.AccessibilityNodeInfo.ROOT_NODE_ID;457 mServiceConnection.findAccessibilityNodeInfosByViewId(PIP_WINDOWID, ROOT_NODE_ID, in findAccessibilityNodeInfosByViewId_withPipWindow_shouldReplaceCallback()460 eq(ROOT_NODE_ID), eq(VIEWID_RESOURCE_NAME), any(), eq(INTERACTION_ID), in findAccessibilityNodeInfosByViewId_withPipWindow_shouldReplaceCallback()471 mServiceConnection.findAccessibilityNodeInfosByText(PIP_WINDOWID, ROOT_NODE_ID, in findAccessibilityNodeInfosByText_withPipWindow_shouldReplaceCallback()474 eq(ROOT_NODE_ID), eq(VIEW_TEXT), any(), eq(INTERACTION_ID), in findAccessibilityNodeInfosByText_withPipWindow_shouldReplaceCallback()485 mServiceConnection.findAccessibilityNodeInfoByAccessibilityId(PIP_WINDOWID, ROOT_NODE_ID, in findAccessibilityNodeInfoByAccessibilityId_withPipWindow_shouldReplaceCallback()488 eq(ROOT_NODE_ID), any(), eq(INTERACTION_ID), captor.capture(), anyInt(), in findAccessibilityNodeInfoByAccessibilityId_withPipWindow_shouldReplaceCallback()499 mServiceConnection.findFocus(PIP_WINDOWID, ROOT_NODE_ID, FOCUS_INPUT, INTERACTION_ID, in findFocus_withPipWindow_shouldReplaceCallback()501 verify(mMockIA11yInteractionConnection).findFocus(eq(ROOT_NODE_ID), eq(FOCUS_INPUT), in findFocus_withPipWindow_shouldReplaceCallback()513 mServiceConnection.focusSearch(PIP_WINDOWID, ROOT_NODE_ID, FOCUS_DOWN, INTERACTION_ID, in focusSearch_withPipWindow_shouldReplaceCallback()[all …]
27 import static android.view.accessibility.AccessibilityNodeInfo.ROOT_NODE_ID;197 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootView_withOneClient_shouldReturnRootNodeAndPrefetchDescendants()288 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootAndTextNodes_withTwoClients_shouldPreventClient1Prefetch()364 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()428 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()484 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootAndTextNode_withTwoClients_shouldInterruptPrefetchAndSatisfyPendingMsg()549 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()619 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootView_depthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants()673 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootView_breadthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants()724 sendNodeRequestToController(ROOT_NODE_ID, mMockClientCallback1, in testFindRootAndTextNodes_withNoInterruptStrategy_shouldSatisfySecondRequest()[all …]
633 AccessibilityNodeInfo.ROOT_NODE_ID, in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()671 AccessibilityNodeInfo.ROOT_NODE_ID, in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()682 AccessibilityNodeInfo.ROOT_NODE_ID, in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()714 AccessibilityNodeInfo.ROOT_NODE_ID, in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()721 AccessibilityNodeInfo.ROOT_NODE_ID, in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()796 AccessibilityNodeInfo.ROOT_NODE_ID, in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()
794 AccessibilityNodeInfo.ROOT_NODE_ID, in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()832 AccessibilityNodeInfo.ROOT_NODE_ID, in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()843 AccessibilityNodeInfo.ROOT_NODE_ID, in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()875 AccessibilityNodeInfo.ROOT_NODE_ID, in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()882 AccessibilityNodeInfo.ROOT_NODE_ID, in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()958 AccessibilityNodeInfo.ROOT_NODE_ID, in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()
86 AccessibilityNodeInfo.ROOT_NODE_ID, null, in ActionReplacingCallback()162 if (info.getSourceNodeId() == AccessibilityNodeInfo.ROOT_NODE_ID) { in setNodeWithReplacementActionsFromList()272 if ((info.getSourceNodeId() == AccessibilityNodeInfo.ROOT_NODE_ID) in replaceActionsOnInfoLocked()
5292 windowId, AccessibilityNodeInfo.ROOT_NODE_ID, in getAccessibilityFocusNotLocked()
103 (accessibilityNodeId == AccessibilityNodeInfo.ROOT_NODE_ID) in findAccessibilityNodeInfoByAccessibilityId()116 if (accessibilityNodeId == AccessibilityNodeInfo.ROOT_NODE_ID) { in performAccessibilityAction()254 info.setSourceNodeId(AccessibilityNodeInfo.ROOT_NODE_ID, in obtainRootAccessibilityNodeInfo()
643 event.setSourceNodeId(AccessibilityNodeInfo.ROOT_NODE_ID); in sendAccessibilityHoverEvent()
170 AccessibilityWindowInfo.ANY_WINDOW_ID, AccessibilityNodeInfo.ROOT_NODE_ID, in findFocus()
254 mId, AccessibilityNodeInfo.ROOT_NODE_ID, in getRoot()
375 AccessibilityWindowInfo.ACTIVE_WINDOW_ID, AccessibilityNodeInfo.ROOT_NODE_ID, in getRootInActiveWindow()
136 public static final long ROOT_NODE_ID = makeNodeId(ROOT_ITEM_ID, field in AccessibilityNodeInfo1321 ROOT_NODE_ID, false, prefetchingStrategy, null); in getChild()
22 import static android.view.accessibility.AccessibilityNodeInfo.ROOT_NODE_ID;666 mAccessibilityCache.getFocus(FOCUS_ACCESSIBILITY, ROOT_NODE_ID, ANY_WINDOW_ID); in getFocus_fromAnyWindow_returnsNodeWithA11yFocus()686 mAccessibilityCache.getFocus(FOCUS_INPUT, ROOT_NODE_ID, ANY_WINDOW_ID); in getFocus_fromAnyWindow_returnsNodeWithInputFocus()
652 event.setSourceNodeId(AccessibilityNodeInfo.ROOT_NODE_ID); in sendAccessibilityHoverEvent()
788 AccessibilityWindowInfo.ANY_WINDOW_ID, AccessibilityNodeInfo.ROOT_NODE_ID, focus); in findFocus()
2591 AccessibilityWindowInfo.ANY_WINDOW_ID, AccessibilityNodeInfo.ROOT_NODE_ID, focus); in findFocus()
58061 Landroid/view/accessibility/AccessibilityNodeInfo;->ROOT_NODE_ID:J