Searched refs:getCurrentFocus (Results 1 – 4 of 4) sorted by relevance
72 View focusedView = mActivity.getCurrentFocus(); in testBackwardNavigation()76 focusedView = mActivity.getCurrentFocus(); in testBackwardNavigation()
283 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()
537 public View getCurrentFocus() { in getCurrentFocus() method in InstrumentationTest.MockActivity.MockWindow
305 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