Searched refs:getCurrentFocus (Results 1 – 12 of 12) sorted by relevance
125 View focus = mActivity.getCurrentFocus(); in onActivityResumed()162 View focus = mActivity.getCurrentFocus(); in onActivityPaused()236 mActivity.getCurrentFocus()); in onDispatchActivityResult()
67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
89 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
548 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog549 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
1218 public View getCurrentFocus() { in getCurrentFocus() method in Activity1219 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
348 public View getCurrentFocus() {
1691 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
550 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
566 HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View;22129 HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View;
4349 method @Nullable public android.view.View getCurrentFocus();5329 method @Nullable public android.view.View getCurrentFocus();53545 method @Nullable public abstract android.view.View getCurrentFocus();
566 HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View;22193 HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View;