Home
last modified time | relevance | path

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

/cts/suite/cts/utils/
Dget_csv_report.py34 return str(tag.firstChild.nodeValue)
/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java719 View firstChild = mScrollViewCustom.findViewById(R.id.first_horizontal_child); in testRequestChildFocus() local
721 firstChild.requestFocus(); in testRequestChildFocus()
729 mScrollViewCustom.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
DScrollViewTest.java846 View firstChild = mScrollViewCustom.findViewById(R.id.first_child); in testRequestChildFocus() local
848 firstChild.requestFocus(); in testRequestChildFocus()
856 mScrollViewCustom.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
DListViewTest.java1032 View firstChild = listView.getChildAt(0); in testJumpDrawables() local
1033 verify(firstChild.getBackground(), atLeast(1)).jumpToCurrentState(); in testJumpDrawables()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java733 viewData.firstChild = mockView; in testAccessTag()
5786 public View firstChild; field in ViewTest.ViewData