Searched refs:pulseHeight (Results 1 – 4 of 4) sorted by relevance
97 sut.pulseHeight = MAX_PULSE_HEIGHT100 sut.pulseHeight = 0f108 sut.pulseHeight = MAX_PULSE_HEIGHT126 sut.pulseHeight = expected158 sut.pulseHeight = 1f168 sut.pulseHeight = 1f180 sut.pulseHeight = 1f190 sut.pulseHeight = 1f200 sut.pulseHeight = 1f396 pulseHeight = 0f[all …]
83 private var pulseHeight: Float = 0f240 if (pulseHeight != 0f && pulseHeightAnimator?.isRunning != true) {669 val pulseHeightAnimator = ValueAnimator.ofFloat(pulseHeight, height)678 pulseHeight = height717 it.println("pulseHeight: $pulseHeight")
446 float pulseHeight = Math.min(mPulseHeight, (float) height); in getInnerHeight() local447 return (int) MathUtils.lerp(height, pulseHeight, mDozeAmount); in getInnerHeight()
5493 float pulseHeight = getPulseHeight(); in calculateAppearFractionBypass() local5496 return MathUtils.smoothStep(0, totalDistance, pulseHeight); in calculateAppearFractionBypass()