Searched refs:PFLAG3_AUTOFILLID_EXPLICITLY_SET (Results 1 – 2 of 2) sorted by relevance
3576 private static final int PFLAG3_AUTOFILLID_EXPLICITLY_SET = 0x40000000; field in View9693 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()
63670 Landroid/view/View;->PFLAG3_AUTOFILLID_EXPLICITLY_SET:I