Searched refs:notifyViewEntered (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1346 notifyViewEntered(view, flags); in requestAutofill() 1365 notifyViewEntered(view); in requestAutofillFromNewSession() 1397 notifyViewEntered(view, virtualId, absBounds, flags); in requestAutofill() 1405 public void notifyViewEntered(@NonNull View view) { in notifyViewEntered() method in AutofillManager 1406 notifyViewEntered(view, 0); in notifyViewEntered() 1601 private void notifyViewEntered(@NonNull View view, int flags) { in notifyViewEntered() method in AutofillManager 1725 notifyViewEntered(view, virtualId, absBounds, 0); in notifyViewEntered() 1728 private void notifyViewEntered(View view, int virtualId, Rect bounds, int flags) { in notifyViewEntered() method in AutofillManager 3532 notifyViewEntered(v); in showAutofillDialog() 3705 if (notifyViewEntered(windowId, nodeId, mFocusedBounds)) { in onAccessibilityEvent() [all …]
|
H A D | AutofillClientController.java | 134 getAutofillManager().notifyViewEntered(focus); in onActivityResumed()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 8390 afm.notifyViewEntered(this);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 55081 method public void notifyViewEntered(@NonNull android.view.View); 55082 …method public void notifyViewEntered(@NonNull android.view.View, int, @NonNull android.graphics.Re…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59324 Landroid/view/autofill/AutofillManager$CompatibilityBridge;->notifyViewEntered(IJLandroid/graphics/… 59400 Landroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V 59401 Landroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;ILandroid/graphics/Re…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19110 HSPLandroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19174 HSPLandroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V
|