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

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java89 private final ViewRootImpl mViewRootImpl; field in class:AccessibilityInteractionController
120 mViewRootImpl = viewRootImpl;
122 mA11yManager = mViewRootImpl.mContext.getSystemService(AccessibilityManager.class);
325 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
328 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags;
331 root = mViewRootImpl.mView;
381 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
384 mViewRootImpl
[all...]
H A DThreadedRenderer.java780 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer;
805 attachInfo.mViewRootImpl.mSurface.release();
808 attachInfo.mViewRootImpl.invalidate();
811 attachInfo.mViewRootImpl.invalidate();
H A DRenderNode.java802 mOwningView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(this);
814 mOwningView.mAttachInfo.mViewRootImpl.registerVectorDrawableAnimator(animatorSet);
H A DViewRootImpl.java3176 bounds.offset(0, attachInfo.mViewRootImpl.mScrollY);
3178 if (!bounds.intersect(0, 0, attachInfo.mViewRootImpl.mWidth,
3179 attachInfo.mViewRootImpl.mHeight)) {
7773 private final WeakReference<ViewRootImpl> mViewRootImpl; field in class:ViewRootImpl.AccessibilityInteractionConnection
7776 mViewRootImpl = new WeakReference<ViewRootImpl>(viewRootImpl);
7784 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7805 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7825 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7846 ViewRootImpl viewRootImpl = mViewRootImpl.get();
7866 ViewRootImpl viewRootImpl = mViewRootImpl
[all...]
H A DView.java9245 if (mAttachInfo != null && mAttachInfo.mViewRootImpl != null) {
9246 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left;
9247 location[1] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.top;
9259 return mAttachInfo.mViewRootImpl.getWindowInsets(false /* forceConstruct */);
15752 return mAttachInfo.mViewRootImpl;
15832 attachInfo.mViewRootImpl.mChoreographer.postCallback(
15856 attachInfo.mViewRootImpl.mChoreographer.postCallbackDelayed(
15885 attachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
15945 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
15981 attachInfo.mViewRootImpl
25472 final ViewRootImpl mViewRootImpl; field in class:View.AttachInfo
[all...]
/frameworks/layoutlib/bridge/src/android/view/
H A DAttachInfo_Accessor.java56 return view.mAttachInfo != null ? view.mAttachInfo.mViewRootImpl : null;

Completed in 226 milliseconds