Home
last modified time | relevance | path

Searched refs:mAttachedView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewOnDrawExecutor.java40 private View mAttachedView; field in ViewOnDrawExecutor
52 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 …]