Searched refs:mAttachedView (Results 1 – 2 of 2) sorted by relevance
36 private View mAttachedView; field in ViewOnDrawExecutor50 mAttachedView = launcher.getWorkspace(); in attachTo()51 mAttachedView.addOnAttachStateChangeListener(this); in attachTo()53 if (mAttachedView.isAttachedToWindow()) { in attachTo()60 mAttachedView.getViewTreeObserver().addOnDrawListener(this); in attachObserver()75 mAttachedView.post(this); in onDraw()80 if (mAttachedView != null) { in onLoadAnimationCompleted()81 mAttachedView.post(this); in onLoadAnimationCompleted()101 if (mAttachedView != null) { in markCompleted()102 mAttachedView.getViewTreeObserver().removeOnDrawListener(this); in markCompleted()[all …]
327 private View mAttachedView; field in SwipePipToHomeAnimator.Builder382 mAttachedView = attachedView; in setAttachedView()425 mCornerRadius, mAttachedView); in build()