Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java503 View lastChild = mScrollView.findViewById(R.id.last_child); in testRequestChildFocus() local
507 mScrollView.requestChildFocus(lastChild, lastChild); in testRequestChildFocus()
DHorizontalScrollViewTest.java475 View lastChild = mScrollView.findViewById(R.id.last_horizontal_child); in testRequestChildFocus() local
479 mScrollView.requestChildFocus(lastChild, lastChild); in testRequestChildFocus()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js1447 fragment.appendChild( div.lastChild );
1450 support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
5137 div.lastChild.className = "e";
6291 div = div.lastChild;