Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java49 @NonNull private FrameLayout mContentRoot; field in BridgeActionBar
99 mContentRoot = contentRoot; in setContentRoot()
104 return mContentRoot; in getContentRoot()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java121 private FrameLayout mContentRoot; field in Layout
153 mContentRoot = bar.getContentRoot(); in Layout()
160 addViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : actionBar, in Layout()
201 return mContentRoot; in getContentRoot()
DRenderSessionImpl.java125 private FrameLayout mContentRoot; field in RenderSessionImpl
247 mViewRoot, mContentRoot.getChildAt(0), in measure()
255 mContentRoot, mContentRoot.getChildAt(0), in measure()
302 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
315 mContentRoot); in inflate()
317 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()
1265 if (viewGroup == mContentRoot) { in visitAllChildren()
1475 mContentRoot = null; in dispose()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java197 ViewGroup mContentRoot; field in DecorView
287 mBackgroundFallback.draw(mContentRoot, c, mWindow.mContentParent); in onDraw()
1074 if (mContentRoot != null in updateColorViews()
1075 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) { in updateColorViews()
1076 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams(); in updateColorViews()
1082 mContentRoot.setLayoutParams(lp); in updateColorViews()
1750 removeView(mContentRoot);
1751 mDecorCaptionView.addView(mContentRoot,
1789 mContentRoot = (ViewGroup) root;