Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DDialogTest.java231 assertNull(d.getCurrentFocus()); in testGetCurrentFocus()
242 assertEquals(d.getWindow().getCurrentFocus(), d.getCurrentFocus()); in testGetCurrentFocus()
636 assertNull(d.getCurrentFocus()); in testTakeKeyEvents()
644 assertNull(d.getCurrentFocus()); in testTakeKeyEvents()
DInstrumentationTest.java502 public View getCurrentFocus() { in getCurrentFocus() method in InstrumentationTest.MockActivity.MockWindow
/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java255 assertNull(mWindow.getCurrentFocus()); in testGetCurrentFocus()
260 View focus = mWindow.getCurrentFocus(); in testGetCurrentFocus()
505 assertNull(mWindow.getCurrentFocus()); in testTakeKeyEvents()
871 public View getCurrentFocus() { in getCurrentFocus() method in WindowTest.MockWindow