Searched defs:mViewRoot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java124 private ViewGroup mViewRoot; field in class:RenderSessionImpl
247 mViewRoot, mContentRoot.getChildAt(0),
300 mViewRoot = new Layout(mLayoutBuilder);
302 mContentRoot = ((Layout) mViewRoot).getContentRoot();
326 AttachInfo_Accessor.setAttachInfo(mViewRoot);
335 measureView(mViewRoot, null /*measuredView*/,
338 mViewRoot.layout(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight);
339 mSystemViewInfoList = visitAllChildren(mViewRoot, 0, params.getExtendedViewInfoMode(),
413 if (mViewRoot == null) {
489 render(getContext(), mViewRoot, NOP_CANVA
[all...]

Completed in 102 milliseconds