Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduTooltip.kt75 private var openCloseAnimator: AnimatorSet? = null variable
98 openCloseAnimator = createOpenCloseAnimator(isOpening = true).apply { start() } in show()
132 openCloseAnimator?.cancel() in handleClose()
133 openCloseAnimator = createOpenCloseAnimator(isOpening = false) in handleClose()
134 openCloseAnimator?.addListener(AnimatorListeners.forEndCallback(this::closeComplete)) in handleClose()
135 openCloseAnimator?.start() in handleClose()
164 openCloseAnimator?.cancel() in closeComplete()
165 openCloseAnimator = null in closeComplete()