Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationScaler.java112 int newEffectStrength = intensityToEffectStrength(currentIntensity); in scale()
142 int newEffectStrength = intensityToEffectStrength(currentIntensity); in scale()
147 private static int intensityToEffectStrength(int intensity) { in intensityToEffectStrength() method in VibrationScaler