Searched defs:afm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java7278 AutofillManager afm = getAutofillManager();
7279 if (afm != null) {
7290 afm.notifyViewEntered(this);
7293 afm.notifyViewExited(this);
8202 * AutofillManager afm = ...;
8208 * AutofillId newId = afm.getNextAutofillId();
12936 AutofillManager afm = getAutofillManager();
12938 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) {
12946 afm.notifyViewVisibilityChanged(this, true);
12950 new VisibilityChangeForAutofillHandler(afm, thi
26203 VisibilityChangeForAutofillHandler(@onNull AutofillManager afm, @NonNull View view) argument
[all...]

Completed in 68 milliseconds