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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java215 public View getCurrentFocus() { method in class:SystemBarHelperTest.TestWindow
/frameworks/base/core/java/android/app/
H A DDialog.java480 * Call {@link android.view.Window#getCurrentFocus} on the
486 * @see android.view.Window#getCurrentFocus
488 public View getCurrentFocus() { method in class:Dialog
489 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java863 * Calls {@link android.view.Window#getCurrentFocus} on the
869 * @see android.view.Window#getCurrentFocus
872 public View getCurrentFocus() { method in class:Activity
873 return mWindow != null ? mWindow.getCurrentFocus() : null;
/frameworks/base/core/java/android/view/
H A DWindow.java1099 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java459 public View getCurrentFocus() { method in class:PhoneWindow

Completed in 265 milliseconds