Searched refs:notifyViewEntered (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 1417 notifyViewEntered(view, flags); in requestAutofill() 1436 notifyViewEntered(view); in requestAutofillFromNewSession() 1468 notifyViewEntered(view, virtualId, absBounds, flags); in requestAutofill() 1476 public void notifyViewEntered(@NonNull View view) { in notifyViewEntered() method in AutofillManager 1477 notifyViewEntered(view, 0); in notifyViewEntered() 1699 private void notifyViewEntered(@NonNull View view, int flags) { in notifyViewEntered() method in AutofillManager 1828 public void notifyViewEntered(@NonNull View view, int virtualId, @NonNull Rect absBounds) { in notifyViewEntered() method in AutofillManager 1829 notifyViewEntered(view, virtualId, absBounds, 0); in notifyViewEntered() 1832 private void notifyViewEntered(View view, int virtualId, Rect bounds, int flags) { in notifyViewEntered() method in AutofillManager 3838 notifyViewEntered(v); in showAutofillDialog() [all …]
|
D | AutofillClientController.java | 134 getAutofillManager().notifyViewEntered(focus); in onActivityResumed()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 8777 afm.notifyViewEntered(this);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 55673 method public void notifyViewEntered(@NonNull android.view.View); 55674 …method public void notifyViewEntered(@NonNull android.view.View, int, @NonNull android.graphics.Re…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 58681 Landroid/view/autofill/AutofillManager$CompatibilityBridge;->notifyViewEntered(IJLandroid/graphics/… 58757 Landroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V 58758 Landroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;ILandroid/graphics/Re…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 18780 HSPLandroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18844 HSPLandroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V
|