Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java49 @NonNull private FrameLayout mContentRoot; field in BridgeActionBar
98 mContentRoot = contentRoot; in setContentRoot()
103 return mContentRoot; in getContentRoot()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java138 private FrameLayout mContentRoot; field in Layout
173 mContentRoot = bar.getContentRoot(); in Layout()
183 if(mContentRoot == null) { in Layout()
186 mContentRoot = bar.getContentRoot(); in Layout()
192 …addSystemUiViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : framewor… in Layout()
246 return mContentRoot; in getContentRoot()
H A DRenderSessionImpl.java118 private FrameLayout mContentRoot; field in RenderSessionImpl
226 View measuredView = mContentRoot.getChildAt(0); in measureLayout()
238 mContentRoot, mContentRoot.getChildAt(0), in measureLayout()
292 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
319 mContentRoot); in inflate()
322 mContentRoot); in inflate()
325 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()
945 if (viewGroup == mContentRoot) { in visitAllChildren()
1185 mContentRoot = null; in dispose()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java245 ViewGroup mContentRoot; field in DecorView
369 mBackgroundFallback.draw(this, mContentRoot, c, mWindow.mContentParent, in onDraw()
1237 if (mContentRoot != null in updateColorViews()
1238 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) { in updateColorViews()
1239 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams(); in updateColorViews()
1246 mContentRoot.setLayoutParams(lp); in updateColorViews()
2179 removeView(mContentRoot); in updateDecorCaptionStatus()
2180 mDecorCaptionView.addView(mContentRoot, in updateDecorCaptionStatus()
2213 mContentRoot = (ViewGroup) root; in onResourcesLoaded()