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

/frameworks/base/core/java/android/app/
H A DDialog.java439 * Call {@link android.view.Window#getCurrentFocus} on the
445 * @see android.view.Window#getCurrentFocus
447 public View getCurrentFocus() { method in class:Dialog
448 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java817 * Calls {@link android.view.Window#getCurrentFocus} on the
823 * @see android.view.Window#getCurrentFocus
825 public View getCurrentFocus() { method in class:Activity
826 return mWindow != null ? mWindow.getCurrentFocus() : null;
/frameworks/base/core/java/android/view/
H A DWindow.java960 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java290 public View getCurrentFocus() { method in class:PhoneWindow

Completed in 310 milliseconds