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/
DHorizontalScrollViewTest.java672 View firstChild = mScrollViewCustom.findViewById(R.id.first_horizontal_child); in testRequestChildFocus() local
674 firstChild.requestFocus(); in testRequestChildFocus()
682 mScrollViewCustom.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
DScrollViewTest.java701 View firstChild = mScrollViewCustom.findViewById(R.id.first_child); in testRequestChildFocus() local
703 firstChild.requestFocus(); in testRequestChildFocus()
711 mScrollViewCustom.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
DListViewTest.java1000 View firstChild = listView.getChildAt(0); in testJumpDrawables() local
1001 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.java520 viewData.firstChild = mockView; in testAccessTag()
4626 public View firstChild; field in ViewTest.ViewData