Searched refs:LAST_APP_AUTOFILL_ID (Results 1 – 4 of 4) sorted by relevance
958 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID;1607 View.LAST_APP_AUTOFILL_ID); in onCreate()2065 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()
644 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
886 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View10005 return getAutofillViewId() > LAST_APP_AUTOFILL_ID; in isAutofillable()15059 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) { in onVisibilityAggregated()21021 || mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()21032 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
66844 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I