Searched refs:pulseHeightAnimator (Results 1 – 1 of 1) sorted by relevance
113 internal var pulseHeightAnimator: ValueAnimator? = null240 if (pulseHeight != 0f && pulseHeightAnimator?.isRunning != true) {669 val pulseHeightAnimator = ValueAnimator.ofFloat(pulseHeight, height) regex670 pulseHeightAnimator.interpolator = Interpolators.FAST_OUT_SLOW_IN671 pulseHeightAnimator.duration = SPRING_BACK_ANIMATION_LENGTH_MS672 pulseHeightAnimator.addUpdateListener { animation: ValueAnimator ->675 pulseHeightAnimator.start()676 this.pulseHeightAnimator = pulseHeightAnimator705 pulseHeightAnimator?.apply {