Searched refs:getCurrentFocus (Results 1 – 3 of 3) sorted by relevance
231 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()
502 public View getCurrentFocus() { in getCurrentFocus() method in InstrumentationTest.MockActivity.MockWindow
255 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