Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityCacheTest.java60 private static final int PARENT_VIEW_ID = 0xFED4; field in AccessibilityCacheTest
459 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEvent_clearsNodeAndChild()
478 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEventFromUncachedNode_clearsNodeInCache()
492 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in scrollEvent_clearsNodeAndChild()
532 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in removeChildFromParent_clearsChild()
672 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()
681 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash()
696 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithOneChild_doesntCrash()
704 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithOneChild_doesntCrash()
758 getNodeWithA11yAndWindowId(PARENT_VIEW_ID, WINDOW_ID_1); in addSameParentNodeWithDifferentChildNode_whenOriginalChildHasChild_doesntCrash()
[all …]