Home
last modified time | relevance | path

Searched refs:scaledEffect (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DVibratorService.java854 VibrationEffect scaledEffect = null; in applyVibrationIntensityScalingLocked() local
858 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()