Home
last modified time | relevance | path

Searched refs:PARENT_VIEW_ID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java68 private static final int PARENT_VIEW_ID = 0xFED4; field in AccessibilityCacheTest
501 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 …]