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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java114 private ViewGroup mViewRoot; field in class:RenderSessionImpl
218 backgroundView = mViewRoot = mContentRoot = new FrameLayout(context);
240 mViewRoot = topLayout;
329 AttachInfo_Accessor.setAttachInfo(mViewRoot);
375 if (mViewRoot == null) {
412 mViewRoot, mContentRoot.getChildAt(0),
444 measureView(mViewRoot, null /*measuredView*/,
449 mViewRoot.layout(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight);
456 AttachInfo_Accessor.dispatchOnPreDraw(mViewRoot);
505 mViewRoot
[all...]

Completed in 31 milliseconds