Searched refs:isEffectSupported (Results 1 – 9 of 9) sorted by relevance
77 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()79 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()81 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
109 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_noVibrator_returnsAlwaysNo()123 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unsupportedInOneVibrator_returnsNo()135 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in areEffectsSupported_unknownInOneVibrator_returnsUnknown()149 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in arePrimitivesSupported_supportedInAllVibrators_returnsYes()
462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
542 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()580 switch (info.isEffectSupported(effectId)) { in areAllEffectsSupported()
403 if (infos[j].isEffectSupported(effectId) != VIBRATION_EFFECT_SUPPORT_YES) { in supportedEffectsIntersection()
276 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
418 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()420 info.isEffectSupported(VibrationEffect.EFFECT_TICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
25863 method public static boolean isEffectSupported(String);