Searched refs:mFallbackEffects (Results 1 – 1 of 1) sorted by relevance
132 private final SparseArray<VibrationEffect> mFallbackEffects; field in VibratorService406 mFallbackEffects = new SparseArray<>(); in VibratorService()407 mFallbackEffects.put(VibrationEffect.EFFECT_CLICK, clickEffect); in VibratorService()408 mFallbackEffects.put(VibrationEffect.EFFECT_DOUBLE_CLICK, doubleClickEffect); in VibratorService()409 mFallbackEffects.put(VibrationEffect.EFFECT_TICK, tickEffect); in VibratorService()410 mFallbackEffects.put(VibrationEffect.EFFECT_HEAVY_CLICK, heavyClickEffect); in VibratorService()412 mFallbackEffects.put(VibrationEffect.EFFECT_TEXTURE_TICK, in VibratorService()1259 return mFallbackEffects.get(effectId); in getFallbackEffect()