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