Searched refs:mAttachedView (Results 1 – 1 of 1) sorted by relevance
40 private View mAttachedView; field in ViewOnDrawExecutor52 mAttachedView = attachedView; in attachTo()53 mAttachedView.addOnAttachStateChangeListener(this); in attachTo()58 if (mAttachedView.isAttachedToWindow()) { in attachTo()65 mAttachedView.getViewTreeObserver().addOnDrawListener(this); in attachObserver()86 mAttachedView.post(this); in onDraw()91 if (mAttachedView != null) { in onLoadAnimationCompleted()92 mAttachedView.post(this); in onLoadAnimationCompleted()107 if (mAttachedView != null) { in markCompleted()108 mAttachedView.getViewTreeObserver().removeOnDrawListener(this); in markCompleted()[all …]