Searched refs:RAMP_OFF_AMPLITUDE_MIN (Results 1 – 3 of 3) sorted by relevance
70 if (newAmplitudeTarget < VibrationStepConductor.RAMP_OFF_AMPLITUDE_MIN) { in play()
85 if (currentAmplitude < VibrationStepConductor.RAMP_OFF_AMPLITUDE_MIN in play()
66 static final float RAMP_OFF_AMPLITUDE_MIN = 1e-3f; field in VibrationStepConductor