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

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java62 private final ViewRootImpl mViewRootImpl; field in class:AccessibilityInteractionController
84 mViewRootImpl = viewRootImpl;
144 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
147 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = flags;
150 root = mViewRootImpl.mView;
159 mViewRootImpl.mAttachInfo.mAccessibilityFetchFlags = 0;
220 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
223 mViewRootImpl
[all...]
H A DViewRootImpl.java2715 bounds.intersect(0, 0, attachInfo.mViewRootImpl.mWidth, attachInfo.mViewRootImpl.mHeight);
6790 private final WeakReference<ViewRootImpl> mViewRootImpl; field in class:ViewRootImpl.AccessibilityInteractionConnection
6793 mViewRootImpl = new WeakReference<ViewRootImpl>(viewRootImpl);
6801 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6822 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6842 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6863 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6883 ViewRootImpl viewRootImpl = mViewRootImpl.get();
6903 ViewRootImpl viewRootImpl = mViewRootImpl
[all...]
H A DView.java12036 return mAttachInfo.mViewRootImpl;
12112 attachInfo.mViewRootImpl.mChoreographer.postCallback(
12135 attachInfo.mViewRootImpl.mChoreographer.postCallbackDelayed(
12163 attachInfo.mViewRootImpl.mChoreographer.removeCallbacks(
12224 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
12260 attachInfo.mViewRootImpl.dispatchInvalidateRectDelayed(info, delayMilliseconds);
12278 attachInfo.mViewRootImpl.dispatchInvalidateOnAnimation(this);
12309 attachInfo.mViewRootImpl.dispatchInvalidateRectOnAnimation(info);
13420 mAttachInfo.mViewRootImpl.cancelInvalidate(this);
15844 mAttachInfo.mViewRootImpl
20472 final ViewRootImpl mViewRootImpl; field in class:View.AttachInfo
[all...]

Completed in 129 milliseconds