Home | History | Annotate | Download | only in view

Lines Matching defs:mAttachInfo

785         if (mOwningView == null || mOwningView.mAttachInfo == null) {
789 mOwningView.mAttachInfo.mViewRootImpl.registerAnimatingRenderNode(this);
793 return mOwningView != null && mOwningView.mAttachInfo != null;
798 if (mOwningView == null || mOwningView.mAttachInfo == null) {
801 mOwningView.mAttachInfo.mViewRootImpl.registerVectorDrawableAnimator(animatorSet);