Searched refs:openCloseAnimator (Results 1 – 1 of 1) sorted by relevance
75 private var openCloseAnimator: AnimatorSet? = null variable98 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()