Searched refs:getCurrentFocus (Results 1 - 11 of 11) 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/src/androidTest/java/androidx/recyclerview/widget/
H A DFocusSearchNavigationTest.java149 focused = mActivity.getCurrentFocus();
316 View currentFocus = ((Activity) context).getWindow().getCurrentFocus();
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DLoadtestActivity.java287 if (getCurrentFocus() != null) {
288 imm.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), 0);
/frameworks/base/core/java/android/app/
H A DDialog.java493 * Call {@link android.view.Window#getCurrentFocus} on the
499 * @see android.view.Window#getCurrentFocus
501 public @Nullable View getCurrentFocus() { method in class:Dialog
502 return mWindow != null ? mWindow.getCurrentFocus() : null;
H A DActivity.java953 * Calls {@link android.view.Window#getCurrentFocus} on the
959 * @see android.view.Window#getCurrentFocus
962 public View getCurrentFocus() { method in class:Activity
963 return mWindow != null ? mWindow.getCurrentFocus() : null;
1347 View focus = getCurrentFocus();
1735 View focus = getCurrentFocus();
7477 getAutofillManager().onAuthenticationResult(requestCode, resultData, getCurrentFocus());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java574 public View getCurrentFocus() {
/frameworks/base/core/java/android/view/
H A DWindow.java1445 public abstract View getCurrentFocus(); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java495 public View getCurrentFocus() { method in class:PhoneWindow
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 810 milliseconds