Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java484 int alarmIntensity = toIntensity( in updateSettings()
488 int hapticFeedbackIntensity = toIntensity( in updateSettings()
493 int hardwareFeedbackIntensity = toIntensity( in updateSettings()
496 int mediaIntensity = toIntensity( in updateSettings()
500 int notificationIntensity = toIntensity( in updateSettings()
505 int ringIntensity = toIntensity( in updateSettings()
633 return toIntensity(value, defaultValue); in toPositiveIntensity()
637 private int toIntensity(int value, @VibrationIntensity int defaultValue) { in toIntensity() method in VibrationSettings