Searched refs:mContentRoot (Results 1 – 4 of 4) sorted by relevance
50 @NonNull private FrameLayout mContentRoot; field in BridgeActionBar106 mContentRoot = contentRoot; in setContentRoot()111 return mContentRoot; in getContentRoot()
122 private FrameLayout mContentRoot; field in Layout154 mContentRoot = bar.getContentRoot(); in Layout()161 addViews(titleBar, mContentRoot == null ? (mContentRoot = createContentFrame()) : actionBar, in Layout()202 return mContentRoot; in getContentRoot()
127 private FrameLayout mContentRoot; field in RenderSessionImpl245 View measuredView = mContentRoot.getChildAt(0); in measureLayout()259 mContentRoot, mContentRoot.getChildAt(0), in measureLayout()310 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()339 mContentRoot); in inflate()342 mContentRoot); in inflate()345 view = mInflater.inflate(mBlockParser, mContentRoot); in inflate()1334 if (viewGroup == mContentRoot) { in visitAllChildren()1550 mContentRoot = null; in dispose()
227 ViewGroup mContentRoot; field in DecorView320 mBackgroundFallback.draw(isResizing() ? this : mContentRoot, mContentRoot, c, in onDraw()1146 if (mContentRoot != null in updateColorViews()1147 && mContentRoot.getLayoutParams() instanceof MarginLayoutParams) { in updateColorViews()1148 MarginLayoutParams lp = (MarginLayoutParams) mContentRoot.getLayoutParams(); in updateColorViews()1155 mContentRoot.setLayoutParams(lp); in updateColorViews()1875 removeView(mContentRoot);1876 mDecorCaptionView.addView(mContentRoot,1914 mContentRoot = (ViewGroup) root;