Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillClientController.java125 View focus = mActivity.getCurrentFocus(); in onActivityResumed()
162 View focus = mActivity.getCurrentFocus(); in onActivityPaused()
236 mActivity.getCurrentFocus()); in onDispatchActivityResult()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DTouchModeFocusChangeTest.java67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
H A DTouchModeFocusableTest.java89 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
/aosp14/frameworks/base/core/java/android/app/
H A DDialog.java548 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog
549 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
H A DActivity.java1218 public View getCurrentFocus() { in getCurrentFocus() method in Activity
1219 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowView.java348 public View getCurrentFocus() {
/aosp14/frameworks/base/core/java/android/view/
H A DWindow.java1691 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java550 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt566 HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View;
22129 HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4349 method @Nullable public android.view.View getCurrentFocus();
5329 method @Nullable public android.view.View getCurrentFocus();
53545 method @Nullable public abstract android.view.View getCurrentFocus();
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt566 HSPLandroid/app/Activity;->getCurrentFocus()Landroid/view/View;
22193 HSPLcom/android/internal/policy/PhoneWindow;->getCurrentFocus()Landroid/view/View;