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.java120 private FrameLayout mContentRoot; field in class:RenderSessionImpl
234 backgroundView = mViewRoot = mContentRoot = new FrameLayout(context);
370 mContentRoot = new FrameLayout(context);
374 mContentRoot.setLayoutParams(layoutParams);
375 backgroundLayout.addView(mContentRoot);
399 View view = mInflater.inflate(mBlockParser, mContentRoot);
491 mViewRoot, mContentRoot.getChildAt(0),
498 mContentRoot, mContentRoot.getChildAt(0),
1380 if (view == mContentRoot) {
[all...]

Completed in 39 milliseconds