Searched refs:pulseHeightAnimator (Results 1 – 1 of 1) sorted by relevance
99 internal var pulseHeightAnimator: ValueAnimator? = null163 if (pulseHeight != 0f && pulseHeightAnimator?.isRunning != true) {566 val pulseHeightAnimator = ValueAnimator.ofFloat(pulseHeight, height) regex567 pulseHeightAnimator.interpolator = Interpolators.FAST_OUT_SLOW_IN568 pulseHeightAnimator.duration = SPRING_BACK_ANIMATION_LENGTH_MS569 pulseHeightAnimator.addUpdateListener { animation: ValueAnimator ->572 pulseHeightAnimator.start()573 this.pulseHeightAnimator = pulseHeightAnimator602 pulseHeightAnimator?.apply {