Searched refs:isEffectSupported (Results 1 – 11 of 11) sorted by relevance
65 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported_supportedInAllVibrators_returnsYes()81 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported_unsupportedInOneVibrator_returnsNo()94 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported_unknownInOneVibrator_returnsUnknown()
462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
574 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()612 switch (info.isEffectSupported(effectId)) { in areAllEffectsSupported()
317 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
86 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()88 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()90 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
82 if (vibratorInfo.isEffectSupported(mEffectId) == Vibrator.VIBRATION_EFFECT_SUPPORT_YES) { in areVibrationFeaturesSupported()
132 if (infos[j].isEffectSupported(effectId) != Vibrator.VIBRATION_EFFECT_SUPPORT_YES) { in supportedEffectsIntersection()
452 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()454 info.isEffectSupported(VibrationEffect.EFFECT_TICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16203 method public static boolean isEffectSupported(java.lang.String);
25975 method public static boolean isEffectSupported(String);