Searched refs:mDebugInfo (Results 1 – 1 of 1) sorted by relevance
59 private @Nullable DocumentDebugInfo mDebugInfo; field in DocumentHolder192 if (mDebugInfo == null) { in includeDebugInfo()194 mDebugInfo = inflateLayout(mContext, mDebugContainer, R.layout.document_debug_info); in includeDebugInfo()195 mDebugContainer.addView(mDebugInfo); in includeDebugInfo()197 mDebugInfo.update(doc); in includeDebugInfo()