Home
last modified time | relevance | path

Searched refs:getCurrentFocus (Results 1 – 10 of 10) 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.java1019 public View getCurrentFocus() { in getCurrentFocus() method in Activity
1020 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
1794 View focus = getCurrentFocus(); in onResume()
2225 View focus = getCurrentFocus(); in onPause()
8133 getAutofillManager().onAuthenticationResult(requestCode, resultData, getCurrentFocus()); in dispatchActivityResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java685 public View getCurrentFocus() {
/frameworks/base/core/java/android/view/
DWindow.java1487 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java513 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...