Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DViewOnDrawExecutor.java36 private View mAttachedView; field in ViewOnDrawExecutor
50 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 …]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java327 private View mAttachedView; field in SwipePipToHomeAnimator.Builder
382 mAttachedView = attachedView; in setAttachedView()
425 mCornerRadius, mAttachedView); in build()