Home
last modified time | relevance | path

Searched refs:mViewRoot (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java113 private ViewGroup mViewRoot; field in RenderSessionImpl
231 mViewRoot, measuredView, in measureLayout()
288 mViewRoot = new Layout(mLayoutBuilder); in inflate()
290 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
334 AttachInfo_Accessor.setAttachInfo(mViewRoot); in inflate()
343 measureView(mViewRoot, null /*measuredView*/, in inflate()
346 mViewRoot.layout(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in inflate()
348 visitAllChildren(mViewRoot, 0, 0, params.getExtendedViewInfoMode(), in inflate()
463 if (mViewRoot == null) { in renderAndBuildResult()
475 doLayout(getContext(), mViewRoot, mMeasuredScreenWidth, mMeasuredScreenHeight); in renderAndBuildResult() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java111 private View mViewRoot; field in PipMenuActivity
202 mViewRoot = findViewById(R.id.background); in onCreate()
203 mViewRoot.setBackground(mBackgroundDrawable); in onCreate()