Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java704 View firstChild = mScrollViewCustom.findViewById(R.id.first_child); in testRequestChildFocus() local
706 firstChild.requestFocus(); in testRequestChildFocus()
714 mScrollViewCustom.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
DHorizontalScrollViewTest.java675 View firstChild = mScrollViewCustom.findViewById(R.id.first_horizontal_child); in testRequestChildFocus() local
677 firstChild.requestFocus(); in testRequestChildFocus()
685 mScrollViewCustom.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
DListViewTest.java989 View firstChild = listView.getChildAt(0); in testJumpDrawables() local
990 verify(firstChild.getBackground(), atLeast(1)).jumpToCurrentState(); in testJumpDrawables()
/cts/suite/cts/utils/
Dget_csv_report.py34 return str(tag.firstChild.nodeValue)
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java714 viewData.firstChild = mockView; in testAccessTag()
5407 public View firstChild; field in ViewTest.ViewData