Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContext.java592 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
/frameworks/base/core/java/android/app/
DActivity.java939 private int mLastAutofillId = View.LAST_APP_AUTOFILL_ID;
1468 View.LAST_APP_AUTOFILL_ID); in onCreate()
1899 mLastAutofillId = View.LAST_APP_AUTOFILL_ID; in getNextAutofillId()
/frameworks/base/core/java/android/view/
DView.java852 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View
9626 return getAutofillViewId() > LAST_APP_AUTOFILL_ID;
14409 if (afm != null && getAutofillViewId() > LAST_APP_AUTOFILL_ID) { in onVisibilityAggregated()
20318 || mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
20329 if (mAutofillViewId > LAST_APP_AUTOFILL_ID) { in onSaveInstanceState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77950 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I