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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java49 @NonNull private FrameLayout mContentRoot; field in class:BridgeActionBar
99 mContentRoot = contentRoot;
104 return mContentRoot;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java121 private FrameLayout mContentRoot; field in class:Layout
153 mContentRoot = bar.getContentRoot();
160 addViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : actionBar,
201 return mContentRoot;
H A DRenderSessionImpl.java125 private FrameLayout mContentRoot; field in class:RenderSessionImpl
247 mViewRoot, mContentRoot.getChildAt(0),
255 mContentRoot, mContentRoot.getChildAt(0),
302 mContentRoot = ((Layout) mViewRoot).getContentRoot();
315 mContentRoot);
317 view = mInflater.inflate(mBlockParser, mContentRoot);
1245 * the children of the {@code mContentRoot}.
1265 if (viewGroup == mContentRoot) {
1287 * Visits the children of {@link #mContentRoot} an
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java199 ViewGroup mContentRoot; field in class:DecorView
289 mBackgroundFallback.draw(mContentRoot, c, mWindow.mContentParent);
1099 if (mContentRoot != null
1100 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) {
1101 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams();
1108 mContentRoot.setLayoutParams(lp);
1787 removeView(mContentRoot);
1788 mDecorCaptionView.addView(mContentRoot,
1826 mContentRoot = (ViewGroup) root;

Completed in 216 milliseconds