Searched refs:mAutofillType (Results 1 – 3 of 3) sorted by relevance
113 private @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in ViewNode193 mAutofillType = parcel.readInt(); in ViewNode()453 return mAutofillType; in getAutofillType()548 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()625 parcel.writeInt(mAutofillType); in writeSelfToParcel()933 mNode.mAutofillType = type; in setAutofillType()
653 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE; field in AssistStructure.ViewNode842 mAutofillType = in.readInt(); in initializeFromParcelWithoutChildren()1006 if (mAutofillType != View.AUTOFILL_TYPE_NONE) { in writeSelfToParcel()1077 out.writeInt(mAutofillType); in writeSelfToParcel()1228 return mAutofillType; in getAutofillType()2241 mNode.mAutofillType = type; in setAutofillType()
3944 Landroid/app/assist/AssistStructure$ViewNode;->mAutofillType:I