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

/frameworks/base/core/java/android/view/
H A DView.java6933 AutofillManager afm = getAutofillManager();
6934 if (afm != null) {
6942 afm.notifyViewEntered(this);
6945 afm.notifyViewExited(this);
12142 AutofillManager afm = getAutofillManager();
12144 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) {
12152 afm.notifyViewVisibilityChange(this, true);
12156 new VisibilityChangeForAutofillHandler(afm, this);
24999 private VisibilityChangeForAutofillHandler(@NonNull AutofillManager afm, argument
25001 mAfm = afm;
[all...]

Completed in 1870 milliseconds