Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationScaler.java34 private static final int SCALE_VERY_LOW = IExternalVibratorService.SCALE_VERY_LOW; // -2 field in VibrationScaler
61 mScaleLevels.put(SCALE_VERY_LOW, new ScaleLevel(SCALE_FACTOR_VERY_LOW)); in VibrationScaler()
85 if (scaleLevel >= SCALE_VERY_LOW && scaleLevel <= SCALE_VERY_HIGH) { in getExternalVibrationScale()
/aosp14/frameworks/base/core/java/android/os/
H A DIExternalVibratorService.aidl36 const int SCALE_VERY_LOW = -2; field
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationScalerTest.java139 assertEquals(IExternalVibratorService.SCALE_VERY_LOW, in testGetExternalVibrationScale()