Searched refs:mScaleLevels (Results 1 – 1 of 1) sorted by relevance
115 private final SparseArray<ScaleLevel> mScaleLevels; field in VibratorService396 mScaleLevels = new SparseArray<>(); in VibratorService()397 mScaleLevels.put(SCALE_VERY_LOW, in VibratorService()399 mScaleLevels.put(SCALE_LOW, new ScaleLevel(SCALE_LOW_GAMMA, SCALE_LOW_MAX_AMPLITUDE)); in VibratorService()400 mScaleLevels.put(SCALE_NONE, new ScaleLevel(SCALE_NONE_GAMMA)); in VibratorService()401 mScaleLevels.put(SCALE_HIGH, new ScaleLevel(SCALE_HIGH_GAMMA)); in VibratorService()402 mScaleLevels.put(SCALE_VERY_HIGH, new ScaleLevel(SCALE_VERY_HIGH_GAMMA)); in VibratorService()845 final ScaleLevel scale = mScaleLevels.get(intensity - defaultIntensity); in applyVibrationIntensityScalingLocked()