Searched refs:getCurrentFocus (Results 1 – 5 of 5) sorted by relevance
86 assertEquals("mOrderedButton1 should be focused", mActivity.getCurrentFocus(), in testBackwardNavigation()102 PollingCheck.waitFor(() -> mActivity.getCurrentFocus() != lastFocuseView, in testBackwardNavigation()105 focusedView = mActivity.getCurrentFocus(); in testBackwardNavigation()116 + ", actual focused view " + mActivity.getCurrentFocus()); in testBackwardNavigation()
287 assertNull(d.getCurrentFocus()); in testGetCurrentFocus()297 assertEquals(d.getWindow().getCurrentFocus(), d.getCurrentFocus()); in testGetCurrentFocus()722 assertNull(d.getCurrentFocus()); in testTakeKeyEvents()730 assertNull(d.getCurrentFocus()); in testTakeKeyEvents()
654 public View getCurrentFocus() { in getCurrentFocus() method in InstrumentationTest.MockActivity.MockWindow
322 assertNull(mWindow.getCurrentFocus()); in testGetCurrentFocus()327 View focus = mWindow.getCurrentFocus(); in testGetCurrentFocus()531 assertNull(mWindow.getCurrentFocus()); in testTakeKeyEvents()836 public View getCurrentFocus() { in getCurrentFocus() method in WindowTest.MockWindow
4496 method @Nullable public android.view.View getCurrentFocus();5599 method @Nullable public android.view.View getCurrentFocus();55386 method @Nullable public abstract android.view.View getCurrentFocus();