Searched refs:LAST_APP_AUTOFILL_ID (Results 1 – 4 of 4) sorted by relevance
62 public int mLastAutofillId = View.LAST_APP_AUTOFILL_ID;103 mLastAutofillId = savedInstanceState.getInt(LAST_AUTOFILL_ID, View.LAST_APP_AUTOFILL_ID); in onActivityCreated()313 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()
874 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
944 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View11017 if (getAutofillViewId() <= LAST_APP_AUTOFILL_ID) {16957 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) { in notifyAutofillManagerViewVisibilityChanged()23081 || mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()23092 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
62878 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I