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()
137 private FrameLayout mContentRoot; field in Layout172 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()
113 private FrameLayout mContentRoot; field in RenderSessionImpl226 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()
236 ViewGroup mContentRoot; field in DecorView336 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()