Home
last modified time | relevance | path

Searched refs:getAutofillViewId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java799 return new AutofillId(view.getAutofillViewId()); in getAutofillId()
803 return new AutofillId(parent.getAutofillViewId(), virtualId); in getAutofillId()
/frameworks/base/core/java/android/view/
DView.java7736 mAutofillId = new AutofillId(getAutofillViewId());
7969 && getAutofillViewId() > LAST_APP_AUTOFILL_ID;
8499 public int getAutofillViewId() { in getAutofillViewId() method in View
12144 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) {
21546 if (getAutofillViewId() == autofillId) {