Home
last modified time | relevance | path

Searched refs:getCurrentFocus (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DBackwardNavigationTest.java72 View focusedView = mActivity.getCurrentFocus(); in testBackwardNavigation()
76 focusedView = mActivity.getCurrentFocus(); in testBackwardNavigation()
/cts/tests/app/src/android/app/cts/
DDialogTest.java283 assertNull(d.getCurrentFocus()); in testGetCurrentFocus()
293 assertEquals(d.getWindow().getCurrentFocus(), d.getCurrentFocus()); in testGetCurrentFocus()
716 assertNull(d.getCurrentFocus()); in testTakeKeyEvents()
724 assertNull(d.getCurrentFocus()); in testTakeKeyEvents()
DInstrumentationTest.java537 public View getCurrentFocus() { in getCurrentFocus() method in InstrumentationTest.MockActivity.MockWindow
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowTest.java305 assertNull(mWindow.getCurrentFocus()); in testGetCurrentFocus()
310 View focus = mWindow.getCurrentFocus(); in testGetCurrentFocus()
514 assertNull(mWindow.getCurrentFocus()); in testTakeKeyEvents()
875 public View getCurrentFocus() { in getCurrentFocus() method in WindowTest.MockWindow