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