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.java119 private ViewGroup mViewRoot; field in class:RenderSessionImpl
234 backgroundView = mViewRoot = mContentRoot = new FrameLayout(context);
256 mViewRoot = topLayout;
294 if (mViewRoot == null) {
295 mViewRoot = topLayout;
304 mViewRoot.addView(topLayout, 0);
393 AttachInfo_Accessor.setAttachInfo(mViewRoot);
439 if (mViewRoot == null) {
477 mViewRoot, mContentRoot.getChildAt(0),
509 measureView(mViewRoot, nul
[all...]

Completed in 26 milliseconds