Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java103 AccessibilityNodeInfo firstFrameLayout = getNodeByText(R.string.firstFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder1() local
104 assertNotNull(firstFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder1()
105 assertSame(3, firstFrameLayout.getChildCount()); in testDescendantsOfNotImportantViewReportedInOrder1()
109 assertEquals(firstTextView, firstFrameLayout.getChild(0)); in testDescendantsOfNotImportantViewReportedInOrder1()
113 assertEquals(firstEditText, firstFrameLayout.getChild(1)); in testDescendantsOfNotImportantViewReportedInOrder1()
117 assertEquals(firstButton, firstFrameLayout.getChild(2)); in testDescendantsOfNotImportantViewReportedInOrder1()
147 AccessibilityNodeInfo firstFrameLayout = in testDescendantsOfNotImportantViewReportedInOrder3() local
148 getNodeByText(R.string.firstFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder3()
149 assertEquals(firstFrameLayout, rootLinearLayout.getChild(0)); in testDescendantsOfNotImportantViewReportedInOrder3()
248 () -> mActivity.findViewById(R.id.firstFrameLayout).setZ(100));
[all …]