Searched refs:mContentRoot (Results 1 – 4 of 4) sorted by relevance
49 @NonNull private FrameLayout mContentRoot; field in BridgeActionBar98 mContentRoot = contentRoot; in setContentRoot()103 return mContentRoot; in getContentRoot()
138 private FrameLayout mContentRoot; field in Layout173 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()
118 private FrameLayout mContentRoot; field in RenderSessionImpl226 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()
245 ViewGroup mContentRoot; field in DecorView369 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()