HomeSort by relevance Sort by last modified time
    Searched refs:mViewRootImpl (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 63 private final ViewRootImpl mViewRootImpl;
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.mAttachInfo.mAccessibilityFetchFlags = flags
    [all...]
ThreadedRenderer.java 767 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer;
792 attachInfo.mViewRootImpl.mSurface.release();
795 attachInfo.mViewRootImpl.invalidate();
798 attachInfo.mViewRootImpl.invalidate();
    [all...]
RenderNode.java 789 mOwningView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(this);
801 mOwningView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(this);
    [all...]
View.java     [all...]
ViewRootImpl.java     [all...]

Completed in 367 milliseconds