Searched refs:requestChildFocus (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 328 vg.requestChildFocus(textView, null); in testClearChildFocus() 370 vg.requestChildFocus(textView, null); in testClearFocus() 460 vg.requestChildFocus(textView, null); in testDispatchKeyEvent() 572 vg.requestChildFocus(textView, null); in testDispatchTrackballEvent() 583 vg.requestChildFocus(textView, null); in testDispatchUnhandledMove() 841 vg.requestChildFocus(textView, null); in testHasFocus() 1275 vg.requestChildFocus(textView, null); in testRequestChildFocus() 1647 vg.requestChildFocus(textView, null); in testDispatchKeyEventPreIme() 1652 vg.requestChildFocus(textView, null); in testDispatchKeyEventPreIme()
|
D | ViewTest.java | 3778 public void requestChildFocus(View child, View focused) { in requestChildFocus() method in ViewTest.MockViewParent
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 507 mScrollView.requestChildFocus(lastChild, lastChild); in testRequestChildFocus() 512 mScrollView.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
|
D | HorizontalScrollViewTest.java | 479 mScrollView.requestChildFocus(lastChild, lastChild); in testRequestChildFocus() 484 mScrollView.requestChildFocus(firstChild, firstChild); in testRequestChildFocus()
|