Searched refs:notifyViewEntered (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 945 notifyViewEntered(view, flags); in requestAutofill() 964 notifyViewEntered(view); in requestAutofillFromNewSession() 996 notifyViewEntered(view, virtualId, absBounds, flags); in requestAutofill() 1004 public void notifyViewEntered(@NonNull View view) { in notifyViewEntered() method in AutofillManager 1005 notifyViewEntered(view, 0); in notifyViewEntered() 1042 private void notifyViewEntered(@NonNull View view, int flags) { in notifyViewEntered() method in AutofillManager 1215 notifyViewEntered(view, virtualId, absBounds, 0); in notifyViewEntered() 1218 private void notifyViewEntered(View view, int virtualId, Rect bounds, int flags) { in notifyViewEntered() method in AutofillManager 3046 if (notifyViewEntered(windowId, nodeId, mFocusedBounds)) { in onAccessibilityEvent() 3084 private boolean notifyViewEntered(int windowId, long nodeId, Rect focusedBounds) { in notifyViewEntered() method in AutofillManager.CompatibilityBridge [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Activity.java | 1969 getAutofillManager().notifyViewEntered(focus); in onResume()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 8164 afm.notifyViewEntered(this);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 51552 method public void notifyViewEntered(@NonNull android.view.View); 51553 …method public void notifyViewEntered(@NonNull android.view.View, int, @NonNull android.graphics.Re…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 62647 Landroid/view/autofill/AutofillManager$CompatibilityBridge;->notifyViewEntered(IJLandroid/graphics/… 62723 Landroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V 62724 Landroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;ILandroid/graphics/Re…
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19208 HSPLandroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19256 HSPLandroid/view/autofill/AutofillManager;->notifyViewEntered(Landroid/view/View;I)V
|