Searched refs:mViewRootImpl (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java63 private final ViewRootImpl mViewRootImpl; field in class:AccessibilityInteractionController
85 mViewRootImpl = viewRootImpl;
145 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
148 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags;
151 root = mViewRootImpl.mView;
160 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = 0;
229 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
232 mViewRootImpl
[all...]
H A DThreadedRenderer.java319 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer;
344 attachInfo.mViewRootImpl.mSurface.release();
347 attachInfo.mViewRootImpl.invalidate();
350 attachInfo.mViewRootImpl.invalidate();
H A DRenderNode.java815 mOwningView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(this);
H A DViewRootImpl.java2799 bounds.offset(0, attachInfo.mViewRootImpl.mScrollY);
2801 if (!bounds.intersect(0, 0, attachInfo.mViewRootImpl.mWidth,
2802 attachInfo.mViewRootImpl.mHeight)) {
7010 private final WeakReference<ViewRootImpl> mViewRootImpl; field in class:ViewRootImpl.AccessibilityInteractionConnection
7013 mViewRootImpl = new WeakReference<ViewRootImpl>(viewRootImpl);
7021 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7042 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7062 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7083 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7103 ViewRootImpl viewRootImpl = mViewRootImpl
[all...]
H A DView.java7271 return mAttachInfo.mViewRootImpl.getWindowInsets(false /* forceConstruct */);
12954 return mAttachInfo.mViewRootImpl;
13030 attachInfo.mViewRootImpl.mChoreographer.postCallback(
13053 attachInfo.mViewRootImpl.mChoreographer.postCallbackDelayed(
13081 attachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
13142 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
13178 attachInfo.mViewRootImpl.dispatchInvalidateRectDelayed(info, delayMilliseconds);
13196 attachInfo.mViewRootImpl.dispatchInvalidateOnAnimation(this);
13227 attachInfo.mViewRootImpl.dispatchInvalidateRectOnAnimation(info);
14407 mAttachInfo.mViewRootImpl
21787 final ViewRootImpl mViewRootImpl; field in class:View.AttachInfo
[all...]

Completed in 226 milliseconds