Searched defs:getCurrentFocus (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialog.java459 * Call {@link android.view.Window#getCurrentFocus} on the
465 * @see android.view.Window#getCurrentFocus
467 public View getCurrentFocus() { method in class:Dialog
468 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java880 * Calls {@link android.view.Window#getCurrentFocus} on the
886 * @see android.view.Window#getCurrentFocus
889 public View getCurrentFocus() { method in class:Activity
890 return mWindow != null ? mWindow.getCurrentFocus() : null;
/frameworks/base/core/java/android/view/
H A DWindow.java1056 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java441 public View getCurrentFocus() { method in class:PhoneWindow

Completed in 335 milliseconds