Searched refs:mFallbackEffects (Results 1 – 1 of 1) sorted by relevance
126 private final SparseArray<VibrationEffect> mFallbackEffects; field in VibratorService387 mFallbackEffects = new SparseArray<>(); in VibratorService()388 mFallbackEffects.put(VibrationEffect.EFFECT_CLICK, clickEffect); in VibratorService()389 mFallbackEffects.put(VibrationEffect.EFFECT_DOUBLE_CLICK, doubleClickEffect); in VibratorService()390 mFallbackEffects.put(VibrationEffect.EFFECT_TICK, tickEffect); in VibratorService()391 mFallbackEffects.put(VibrationEffect.EFFECT_HEAVY_CLICK, heavyClickEffect); in VibratorService()393 mFallbackEffects.put(VibrationEffect.EFFECT_TEXTURE_TICK, in VibratorService()1134 return mFallbackEffects.get(effectId); in getFallbackEffect()