Searched refs:getCurrentFocus (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusChangeTest.java67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus());
H A DTouchModeFocusableTest.java87 assertNull("nothing should have focus", getActivity().getCurrentFocus());
/frameworks/base/core/java/android/app/
H A DDialog.java441 * Call {@link android.view.Window#getCurrentFocus} on the
447 * @see android.view.Window#getCurrentFocus
449 public View getCurrentFocus() { method in class:Dialog
450 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java841 * Calls {@link android.view.Window#getCurrentFocus} on the
847 * @see android.view.Window#getCurrentFocus
849 public View getCurrentFocus() { method in class:Activity
850 return mWindow != null ? mWindow.getCurrentFocus() : null;
/frameworks/base/core/java/android/view/
H A DWindow.java959 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java309 public View getCurrentFocus() { method in class:PhoneWindow

Completed in 169 milliseconds