Searched refs:currentIntensity (Results 1 – 1 of 1) sorted by relevance
97 int currentIntensity = mSettingsController.getCurrentIntensity(usageHint); in getScaleLevel() local98 if (currentIntensity == Vibrator.VIBRATION_INTENSITY_OFF) { in getScaleLevel()103 int scaleLevel = currentIntensity - defaultIntensity; in getScaleLevel()259 int currentIntensity = mSettingsController.getCurrentIntensity(usageHint); in getEffectStrength() local261 if (currentIntensity == Vibrator.VIBRATION_INTENSITY_OFF) { in getEffectStrength()263 currentIntensity = mSettingsController.getDefaultIntensity(usageHint); in getEffectStrength()266 return intensityToEffectStrength(currentIntensity); in getEffectStrength()