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.java3767 private static final int PFLAG3_AUTOFILLID_EXPLICITLY_SET = 0x40000000; field in View
10212 if (id == null && (mPrivateFlags3 & PFLAG3_AUTOFILLID_EXPLICITLY_SET) == 0) {
10219 mPrivateFlags3 |= PFLAG3_AUTOFILLID_EXPLICITLY_SET;
10222 mPrivateFlags3 &= ~PFLAG3_AUTOFILLID_EXPLICITLY_SET;
10247 mPrivateFlags3 &= ~PFLAG3_AUTOFILLID_EXPLICITLY_SET;
23183 if ((mPrivateFlags3 & PFLAG3_AUTOFILLID_EXPLICITLY_SET) != 0) { in onRestoreInstanceState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63027 Landroid/view/View;->PFLAG3_AUTOFILLID_EXPLICITLY_SET:I