Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java2106 private int mAutofillViewId = NO_ID; field in View
8500 if (mAutofillViewId == NO_ID) { in getAutofillViewId()
8501 mAutofillViewId = mContext.getNextAutofillId(); in getAutofillViewId()
8503 return mAutofillViewId; in getAutofillViewId()
17583 || mAutofillViewId > LAST_APP_AUTOFILL_ID) {
17594 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) {
17600 state.mAutofillViewId = mAutofillViewId;
17679 mAutofillViewId = baseState.mAutofillViewId;
25024 int mAutofillViewId;
25047 mAutofillViewId = source.readInt();
[all …]