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()
839 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
904 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View10400 if (getAutofillViewId() <= LAST_APP_AUTOFILL_ID) { in isAutofillable()16131 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) { in onVisibilityAggregated()22209 || mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()22220 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
63521 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I