Searched defs:mViewRootImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java56 private final ViewRootImpl mViewRootImpl; field in class:AccessibilityInteractionController
78 mViewRootImpl = viewRootImpl;
136 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
139 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags;
142 root = mViewRootImpl.mView;
151 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = 0;
208 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
211 mViewRootImpl
[all...]
H A DViewRootImpl.java2542 bounds.intersect(0, 0, mAttachInfo.mViewRootImpl.mWidth, mAttachInfo.mViewRootImpl.mHeight);
6311 private final WeakReference<ViewRootImpl> mViewRootImpl; field in class:ViewRootImpl.AccessibilityInteractionConnection
6314 mViewRootImpl = new WeakReference<ViewRootImpl>(viewRootImpl);
6321 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6342 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6362 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6382 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6402 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6421 ViewRootImpl viewRootImpl = mViewRootImpl
[all...]
H A DView.java10696 return mAttachInfo.mViewRootImpl;
10765 attachInfo.mViewRootImpl.mChoreographer.postCallback(
10788 attachInfo.mViewRootImpl.mChoreographer.postCallbackDelayed(
10816 attachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
10878 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
10914 attachInfo.mViewRootImpl.dispatchInvalidateRectDelayed(info, delayMilliseconds);
10932 attachInfo.mViewRootImpl.dispatchInvalidateOnAnimation(this);
10963 attachInfo.mViewRootImpl.dispatchInvalidateRectOnAnimation(info);
12014 mAttachInfo.mViewRootImpl.enqueueDisplayList(mDisplayList);
12016 mAttachInfo.mViewRootImpl
18244 final ViewRootImpl mViewRootImpl; field in class:View.AttachInfo
[all...]

Completed in 114 milliseconds