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.java50 @NonNull private FrameLayout mContentRoot; field in BridgeActionBar
106 mContentRoot = contentRoot; in setContentRoot()
111 return mContentRoot; in getContentRoot()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java122 private FrameLayout mContentRoot; field in Layout
154 mContentRoot = bar.getContentRoot(); in Layout()
161 addViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : actionBar, in Layout()
202 return mContentRoot; in getContentRoot()
DRenderSessionImpl.java127 private FrameLayout mContentRoot; field in RenderSessionImpl
245 View measuredView = mContentRoot.getChildAt(0); in measureLayout()
259 mContentRoot, mContentRoot.getChildAt(0), in measureLayout()
310 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
339 mContentRoot); in inflate()
342 mContentRoot); in inflate()
345 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()
1334 if (viewGroup == mContentRoot) { in visitAllChildren()
1550 mContentRoot = null; in dispose()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java227 ViewGroup mContentRoot; field in DecorView
320 mBackgroundFallback.draw(isResizing() ? this : mContentRoot, mContentRoot, c, in onDraw()
1146 if (mContentRoot != null in updateColorViews()
1147 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) { in updateColorViews()
1148 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams(); in updateColorViews()
1155 mContentRoot.setLayoutParams(lp); in updateColorViews()
1875 removeView(mContentRoot);
1876 mDecorCaptionView.addView(mContentRoot,
1914 mContentRoot = (ViewGroup) root;