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.java117 private ViewGroup mViewRoot; field in class:RenderSessionImpl
206 mViewRoot = new Layout(mLayoutBuilder);
208 mContentRoot = ((Layout) mViewRoot).getContentRoot();
232 AttachInfo_Accessor.setAttachInfo(mViewRoot);
275 if (mViewRoot == null) {
314 mViewRoot, mContentRoot.getChildAt(0),
357 measureView(mViewRoot, null /*measuredView*/,
362 mViewRoot.layout(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight);
364 handleScrolling(mViewRoot);
371 AttachInfo_Accessor.dispatchOnPreDraw(mViewRoot);
[all...]

Completed in 84 milliseconds