Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DAbsCaptureHelperTest.java91 private FrameLayout mContentRoot; field in AbsCaptureHelperTest
107 mInstrumentation.runOnMainSync(() -> mContentRoot = new FrameLayout(context)); in createWindow()
110 mTarget = createScrollableContent(mContentRoot); in createWindow()
114 mContentRoot.addView(mTarget, new ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in createWindow()
124 mWm.addView(mContentRoot, windowLayoutParams); in createWindow()
282 if (mContentRoot != null && mContentRoot.isAttachedToWindow()) { in removeWindow()
283 mWm.removeViewImmediate(mContentRoot); in removeWindow()
/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.java140 private FrameLayout mContentRoot; field in Layout
176 mContentRoot = bar.getContentRoot(); in Layout()
186 if(mContentRoot == null) { in Layout()
189 mContentRoot = bar.getContentRoot(); in Layout()
195 …addSystemUiViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : framewor… in Layout()
268 return mContentRoot; in getContentRoot()
DRenderSessionImpl.java124 private FrameLayout mContentRoot; field in RenderSessionImpl
242 View measuredView = mContentRoot.getChildAt(0); in measureLayout()
259 mContentRoot, measuredView, in measureLayout()
315 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
349 mContentRoot); in inflate()
352 mContentRoot); in inflate()
355 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()
913 if (viewGroup == mContentRoot) { in visitAllChildren()
1252 mContentRoot = null; in dispose()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java235 ViewGroup mContentRoot; field in DecorView
329 mBackgroundFallback.draw(this, mContentRoot, c, mWindow.mContentParent, in onDraw()
1213 if (mContentRoot != null in updateColorViews()
1214 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) { in updateColorViews()
1215 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams(); in updateColorViews()
1222 mContentRoot.setLayoutParams(lp); in updateColorViews()
2132 mContentRoot = (ViewGroup) root; in onResourcesLoaded()