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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java115 private FrameLayout mContentRoot; field in class:RenderSessionImpl
218 backgroundView = mViewRoot = mContentRoot = new FrameLayout(context);
294 mContentRoot = new FrameLayout(context);
298 mContentRoot.setLayoutParams(layoutParams);
299 backgroundLayout.addView(mContentRoot);
321 View view = mInflater.inflate(mBlockParser, mContentRoot);
412 mViewRoot, mContentRoot.getChildAt(0),
419 mContentRoot, mContentRoot.getChildAt(0),
1265 if (view == mContentRoot) {
[all...]

Completed in 79 milliseconds