Searched refs:absBounds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 889 public void requestAutofill(@NonNull View view, int virtualId, @NonNull Rect absBounds) { in requestAutofill() argument 890 notifyViewEntered(view, virtualId, absBounds, FLAG_MANUAL_REQUEST); in requestAutofill() 1100 public void notifyViewEntered(@NonNull View view, int virtualId, @NonNull Rect absBounds) { in notifyViewEntered() argument 1101 notifyViewEntered(view, virtualId, absBounds, 0); in notifyViewEntered()
|