Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationScaler.java97 int currentIntensity = mSettingsController.getCurrentIntensity(usageHint); in getScaleLevel() local
98 if (currentIntensity == Vibrator.VIBRATION_INTENSITY_OFF) { in getScaleLevel()
103 int scaleLevel = currentIntensity - defaultIntensity; in getScaleLevel()
259 int currentIntensity = mSettingsController.getCurrentIntensity(usageHint); in getEffectStrength() local
261 if (currentIntensity == Vibrator.VIBRATION_INTENSITY_OFF) { in getEffectStrength()
263 currentIntensity = mSettingsController.getDefaultIntensity(usageHint); in getEffectStrength()
266 return intensityToEffectStrength(currentIntensity); in getEffectStrength()