Searched refs:isEffectSupported (Results 1 – 9 of 9) sorted by relevance
80 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_noVibrator_returnsAlwaysNo()94 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unsupportedInOneVibrator_returnsNo()106 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unknownInOneVibrator_returnsUnknown()120 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in arePrimitivesSupported_supportedInAllVibrators_returnsYes()
79 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()81 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()83 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
272 public int isEffectSupported(int effectId) { in isEffectSupported() method in SystemVibrator.AllVibratorsInfo278 int effectSupported = info.isEffectSupported(effectId); in isEffectSupported()
512 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
248 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
292 info.isEffectSupported(VibrationEffect.EFFECT_CLICK));294 info.isEffectSupported(VibrationEffect.EFFECT_TICK));
24648 method public static boolean isEffectSupported(String);
16203 method public static boolean isEffectSupported(java.lang.String);