Searched refs:CHILD_VIEW_ID (Results 1 – 1 of 1) sorted by relevance
69 private static final int CHILD_VIEW_ID = 0xFEED; field in AccessibilityCacheTest512 AccessibilityNodeInfo nodeInfo = getNodeWithA11yAndWindowId(CHILD_VIEW_ID, WINDOW_ID_1); in subTreeChangeEventFromUncachedNode_clearsNodeInCache()806 parentNodeInfo.addChild(getMockViewWithA11yAndWindowIds(CHILD_VIEW_ID, WINDOW_ID_1)); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()809 getNodeWithA11yAndWindowId(CHILD_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()830 parentNodeInfo.addChild(getMockViewWithA11yAndWindowIds(CHILD_VIEW_ID, WINDOW_ID_1)); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithOneChild_doesntCrash()832 getNodeWithA11yAndWindowId(CHILD_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithOneChild_doesntCrash()888 childNodeInfo.addChild(getMockViewWithA11yAndWindowIds(CHILD_VIEW_ID + 1, WINDOW_ID_1)); in addSameParentNodeWithDifferentChildNode_whenOriginalChildHasChild_doesntCrash()950 getNodeWithA11yAndWindowId(CHILD_VIEW_ID, WINDOW_ID_1); in findFocusReturnNull_initialNodeIsNotFocusOrFocusAncestor()976 getNodeWithA11yAndWindowId(CHILD_VIEW_ID, WINDOW_ID_1); in findFocusReturnsFocus_initialNodeIsParent()1117 parentNodeInfo.addChild(getMockViewWithA11yAndWindowIds(CHILD_VIEW_ID, WINDOW_ID_1)); in getParentNode()[all …]