Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java76 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
/frameworks/base/core/java/android/app/
DDialog.java515 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog
DActivity.java1023 public View getCurrentFocus() { in getCurrentFocus() method in Activity
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java513 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/frameworks/base/core/java/android/view/
DWindow.java1487 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window