Home
last modified time | relevance | path

Searched defs:notifyViewEntered (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java748 public void notifyViewEntered(@NonNull View view) { in notifyViewEntered() method in AutofillManager
790 private void notifyViewEntered(@NonNull View view, int flags) { in notifyViewEntered() method in AutofillManager
935 public void notifyViewEntered(@NonNull View view, int virtualId, @NonNull Rect absBounds) { in notifyViewEntered() method in AutofillManager
939 private void notifyViewEntered(View view, int virtualId, Rect bounds, int flags) { in notifyViewEntered() method in AutofillManager
2349 private boolean notifyViewEntered(int windowId, long nodeId, Rect focusedBounds) { in notifyViewEntered() method in AutofillManager.CompatibilityBridge