Home
last modified time | relevance | path

Searched refs:PFLAG3_AUTOFILLID_EXPLICITLY_SET (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java3423 private static final int PFLAG3_AUTOFILLID_EXPLICITLY_SET = 0x40000000; field in View
9000 if (id == null && (mPrivateFlags3 & PFLAG3_AUTOFILLID_EXPLICITLY_SET) == 0) {
9007 mPrivateFlags3 |= PFLAG3_AUTOFILLID_EXPLICITLY_SET;
9010 mPrivateFlags3 &= ~PFLAG3_AUTOFILLID_EXPLICITLY_SET;
20419 if ((mPrivateFlags3 & PFLAG3_AUTOFILLID_EXPLICITLY_SET) != 0) { in onRestoreInstanceState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78099 Landroid/view/View;->PFLAG3_AUTOFILLID_EXPLICITLY_SET:I