Searched refs:PARENT_VIEW_ID (Results 1 – 1 of 1) sorted by relevance
68 private static final int PARENT_VIEW_ID = 0xFED4; field in AccessibilityCacheTest501 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEvent_clearsNodeAndChild()520 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEventFromUncachedNode_clearsNodeInCache()534 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in scrollEvent_clearsNodeAndChild()550 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID + 1, WINDOW_ID_1)); in reparentNode_clearsOldParent()574 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in removeChildFromParent_clearsChild()805 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()810 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()811 childNodeInfo.addChild(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()814 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()[all …]