Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java958 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()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java644 if (sLastAutofillId == View.LAST_APP_AUTOFILL_ID - 1) { in getNextAutofillId()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java886 public static final int LAST_APP_AUTOFILL_ID = Integer.MAX_VALUE / 2; field in View
10005 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66844 Landroid/view/View;->LAST_APP_AUTOFILL_ID:I