Searched refs:getCurrentFocus (Results 1 – 12 of 12) sorted by relevance
67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
89 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
76 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
287 if (getCurrentFocus() != null) { in onCreate()288 imm.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), 0); in onCreate()
515 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog516 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
1023 public View getCurrentFocus() { in getCurrentFocus() method in Activity1024 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()1800 View focus = getCurrentFocus(); in onResume()2231 View focus = getCurrentFocus(); in onPause()8154 getAutofillManager().onAuthenticationResult(requestCode, resultData, getCurrentFocus()); in dispatchActivityResult()
1487 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
701 public View getCurrentFocus() {
513 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
3303 method public android.view.View getCurrentFocus();3941 method public android.view.View getCurrentFocus();34447 method public abstract android.view.View getCurrentFocus();
3693 method @Nullable public android.view.View getCurrentFocus();4506 method @Nullable public android.view.View getCurrentFocus();52889 method @Nullable public abstract android.view.View getCurrentFocus();
3693 method @Nullable public android.view.View getCurrentFocus();4506 method @Nullable public android.view.View getCurrentFocus();53033 method @Nullable public abstract android.view.View getCurrentFocus();