Home
last modified time | relevance | path

Searched refs:getCurrentFocus (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DTouchModeFocusChangeTest.java67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
DTouchModeFocusableTest.java89 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java76 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
DLoadtestActivity.java287 if (getCurrentFocus() != null) { in onCreate()
288 imm.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), 0); in onCreate()
/frameworks/base/core/java/android/app/
DDialog.java515 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog
516 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
DActivity.java1023 public View getCurrentFocus() { in getCurrentFocus() method in Activity
1024 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
1800 View focus = getCurrentFocus(); in onResume()
2231 View focus = getCurrentFocus(); in onPause()
8154 getAutofillManager().onAuthenticationResult(requestCode, resultData, getCurrentFocus()); in dispatchActivityResult()
/frameworks/base/core/java/android/view/
DWindow.java1487 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java701 public View getCurrentFocus() {
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java513 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3303 method public android.view.View getCurrentFocus();
3941 method public android.view.View getCurrentFocus();
34447 method public abstract android.view.View getCurrentFocus();
/frameworks/base/non-updatable-api/
Dcurrent.txt3693 method @Nullable public android.view.View getCurrentFocus();
4506 method @Nullable public android.view.View getCurrentFocus();
52889 method @Nullable public abstract android.view.View getCurrentFocus();
/frameworks/base/api/
Dcurrent.txt3693 method @Nullable public android.view.View getCurrentFocus();
4506 method @Nullable public android.view.View getCurrentFocus();
53033 method @Nullable public abstract android.view.View getCurrentFocus();