Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/util/
DMockWindow.java59 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
/frameworks/base/core/java/android/app/
DDialog.java483 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog
DActivity.java911 public View getCurrentFocus() { in getCurrentFocus() method in Activity
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java487 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/frameworks/base/core/java/android/view/
DWindow.java1335 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window