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

/frameworks/base/core/java/android/view/
H A DView.java7782 mAutofillId = new AutofillId(getAutofillViewId());
8015 && getAutofillViewId() > LAST_APP_AUTOFILL_ID;
8541 public int getAutofillViewId() { method in class:View
12199 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) {
21619 if (getAutofillViewId() == autofillId) {

Completed in 355 milliseconds