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

  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 55 private final ViewRootImpl mViewRootImpl;
72 mViewRootImpl = viewRootImpl;
128 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
131 mViewRootImpl.mAttachInfo.mIncludeNotImportantViews =
135 root = mViewRootImpl.mView;
144 mViewRootImpl.mAttachInfo.mIncludeNotImportantViews = false;
195 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
198 mViewRootImpl.mAttachInfo.mIncludeNotImportantViews
    [all...]
View.java     [all...]
HardwareRenderer.java     [all...]
ViewRootImpl.java     [all...]

Completed in 728 milliseconds