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.java497 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog
DActivity.java932 public View getCurrentFocus() { in getCurrentFocus() method in Activity
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java493 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/frameworks/base/core/java/android/view/
DWindow.java1403 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window