Searched refs:mHtmlInfo (Results 1 – 2 of 2) sorted by relevance
667 HtmlInfo mHtmlInfo; field in AssistStructure.ViewNode854 mHtmlInfo = in.readParcelable(null, android.view.ViewStructure.HtmlInfo.class); in initializeFromParcelWithoutChildren()1015 if (mHtmlInfo instanceof Parcelable) { in writeSelfToParcel()1097 out.writeParcelable((Parcelable) mHtmlInfo, 0); in writeSelfToParcel()1605 return mHtmlInfo; in getHtmlInfo()2384 mNode.mHtmlInfo = htmlInfo; in setHtmlInfo()
3953 Landroid/app/assist/AssistStructure$ViewNode;->mHtmlInfo:Landroid/view/ViewStructure$HtmlInfo;