Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIExternalVibratorService.aidl36 const int SCALE_VERY_LOW = -2; field
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h60 HAPTIC_SCALE_VERY_LOW = os::IExternalVibratorService::SCALE_VERY_LOW,
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java91 private static final int SCALE_VERY_LOW = IExternalVibratorService.SCALE_VERY_LOW; // -2 field in VibratorService
416 mScaleLevels.put(SCALE_VERY_LOW, in VibratorService()
1631 if (scaleLevel >= SCALE_VERY_LOW && scaleLevel <= SCALE_VERY_HIGH) { in onExternalVibrationStart()