Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIExternalVibratorService.aidl37 const int SCALE_LOW = -1; field
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h61 HAPTIC_SCALE_LOW = os::IExternalVibratorService::SCALE_LOW,
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java92 private static final int SCALE_LOW = IExternalVibratorService.SCALE_LOW; // -1 field in VibratorService
418 mScaleLevels.put(SCALE_LOW, new ScaleLevel(SCALE_LOW_GAMMA, SCALE_LOW_MAX_AMPLITUDE)); in VibratorService()