Searched refs:getCurrentFocus (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusChangeTest.java67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus());
H A DTouchModeFocusableTest.java87 assertNull("nothing should have focus", getActivity().getCurrentFocus());
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java59 public View getCurrentFocus() { method in class:MockWindow
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DFocusSearchNavigationTest.java137 focused = mActivity.getCurrentFocus();
312 View currentFocus = ((Activity) context).getWindow().getCurrentFocus();
/frameworks/base/core/java/android/app/
H A DDialog.java475 * Call {@link android.view.Window#getCurrentFocus} on the
481 * @see android.view.Window#getCurrentFocus
483 public @Nullable View getCurrentFocus() { method in class:Dialog
484 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java902 * Calls {@link android.view.Window#getCurrentFocus} on the
908 * @see android.view.Window#getCurrentFocus
911 public View getCurrentFocus() { method in class:Activity
912 return mWindow != null ? mWindow.getCurrentFocus() : null;
/frameworks/base/core/java/android/view/
H A DWindow.java1335 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java480 public View getCurrentFocus() {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java489 public View getCurrentFocus() { method in class:PhoneWindow

Completed in 350 milliseconds