Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java49 @NonNull private FrameLayout mContentRoot; field in BridgeActionBar
98 mContentRoot = contentRoot; in setContentRoot()
103 return mContentRoot; in getContentRoot()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java137 private FrameLayout mContentRoot; field in Layout
172 mContentRoot = bar.getContentRoot(); in Layout()
182 if(mContentRoot == null) { in Layout()
185 mContentRoot = bar.getContentRoot(); in Layout()
191 …addSystemUiViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : framewor… in Layout()
244 return mContentRoot; in getContentRoot()
DRenderSessionImpl.java113 private FrameLayout mContentRoot; field in RenderSessionImpl
226 View measuredView = mContentRoot.getChildAt(0); in measureLayout()
240 mContentRoot, mContentRoot.getChildAt(0), in measureLayout()
291 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
322 mContentRoot); in inflate()
325 mContentRoot); in inflate()
328 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()
931 if (viewGroup == mContentRoot) { in visitAllChildren()
1165 mContentRoot = null; in dispose()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java236 ViewGroup mContentRoot; field in DecorView
336 mBackgroundFallback.draw(this, mContentRoot, c, mWindow.mContentParent, in onDraw()
1216 if (mContentRoot != null in updateColorViews()
1217 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) { in updateColorViews()
1218 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams(); in updateColorViews()
1225 mContentRoot.setLayoutParams(lp); in updateColorViews()
2063 removeView(mContentRoot); in updateDecorCaptionStatus()
2064 mDecorCaptionView.addView(mContentRoot, in updateDecorCaptionStatus()
2097 mContentRoot = (ViewGroup) root; in onResourcesLoaded()