Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java100 private final ViewRootImpl mViewRoot; field in InsetsController
120 mViewRoot = viewRoot; in InsetsController()
140 mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets); in InsetsController()
153 mViewRoot.notifyInsetsChanged(); in onFrameChanged()
168 mViewRoot.notifyInsetsChanged(); in onStateChanged()
319 () -> new SyncRtSurfaceTransactionApplier(mViewRoot.mView), this); in controlAnimationUnchecked()
431 mViewRoot.notifyInsetsChanged(); in notifyVisibilityChanged()
450 return mViewRoot; in getViewRoot()
488 mViewRoot.mWindowSession.insetsModified(mViewRoot.mWindow, tmpState); in sendStateToWindowManager()
579 mViewRoot.mView.dispatchWindowInsetsAnimationStarted(animation); in dispatchAnimationStarted()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java112 private ViewGroup mViewRoot; field in RenderSessionImpl
232 mViewRoot, measuredView, in measureLayout()
289 mViewRoot = new Layout(mLayoutBuilder); in inflate()
291 mContentRoot = ((Layout) mViewRoot).getContentRoot(); in inflate()
337 AttachInfo_Accessor.setAttachInfo(mViewRoot); in inflate()
346 measureView(mViewRoot, null /*measuredView*/, in inflate()
349 mViewRoot.layout(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in inflate()
351 visitAllChildren(mViewRoot, 0, 0, params.getExtendedViewInfoMode(), in inflate()
466 if (mViewRoot == null) { in renderAndBuildResult()
478 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
197 mViewRoot = findViewById(R.id.background); in onCreate()
198 mViewRoot.setBackground(mBackgroundDrawable); in onCreate()