Searched refs:SCALE_VERY_LOW (Results 1 – 3 of 3) sorted by relevance
36 const int SCALE_VERY_LOW = -2; field
60 HAPTIC_SCALE_VERY_LOW = os::IExternalVibratorService::SCALE_VERY_LOW,
91 private static final int SCALE_VERY_LOW = IExternalVibratorService.SCALE_VERY_LOW; // -2 field in VibratorService416 mScaleLevels.put(SCALE_VERY_LOW, in VibratorService()1631 if (scaleLevel >= SCALE_VERY_LOW && scaleLevel <= SCALE_VERY_HIGH) { in onExternalVibrationStart()