Searched refs:scaledEffect (Results 1 – 1 of 1) sorted by relevance
854 VibrationEffect scaledEffect = null; in applyVibrationIntensityScalingLocked() local858 scaledEffect = oneShot.scale(scale.gamma, scale.maxAmplitude); in applyVibrationIntensityScalingLocked()862 scaledEffect = waveform.scale(scale.gamma, scale.maxAmplitude); in applyVibrationIntensityScalingLocked()867 if (scaledEffect != null) { in applyVibrationIntensityScalingLocked()869 vib.effect = scaledEffect; in applyVibrationIntensityScalingLocked()