Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java3576 private static final int PFLAG3_AUTOFILLID_EXPLICITLY_SET = 0x40000000; field in View
9693 if (id == null && (mPrivateFlags3 & PFLAG3_AUTOFILLID_EXPLICITLY_SET) == 0) { in setAutofillId()
9700 mPrivateFlags3 |= PFLAG3_AUTOFILLID_EXPLICITLY_SET; in setAutofillId()
9703 mPrivateFlags3 &= ~PFLAG3_AUTOFILLID_EXPLICITLY_SET; in setAutofillId()
9728 mPrivateFlags3 &= ~PFLAG3_AUTOFILLID_EXPLICITLY_SET; in resetSubtreeAutofillIds()
22311 if ((mPrivateFlags3 & PFLAG3_AUTOFILLID_EXPLICITLY_SET) != 0) { in onRestoreInstanceState()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63670 Landroid/view/View;->PFLAG3_AUTOFILLID_EXPLICITLY_SET:I