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.java88 assertNull("nothing should have focus", getActivity().getCurrentFocus());
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java76 public View getCurrentFocus() { method in class:MockWindow
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DFocusSearchNavigationTest.java147 focused = mActivity.getCurrentFocus();
314 View currentFocus = ((Activity) context).getWindow().getCurrentFocus();
/frameworks/base/core/java/android/app/
H A DDialog.java489 * Call {@link android.view.Window#getCurrentFocus} on the
495 * @see android.view.Window#getCurrentFocus
497 public @Nullable View getCurrentFocus() { method in class:Dialog
498 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java923 * Calls {@link android.view.Window#getCurrentFocus} on the
929 * @see android.view.Window#getCurrentFocus
932 public View getCurrentFocus() { method in class:Activity
933 return mWindow != null ? mWindow.getCurrentFocus() : null;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java555 public View getCurrentFocus() {
/frameworks/base/core/java/android/view/
H A DWindow.java1432 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java494 public View getCurrentFocus() { method in class:PhoneWindow

Completed in 753 milliseconds