Home
last modified time | relevance | path

Searched refs:isEffectSupported (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
DMultiVibratorInfoTest.java65 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()
/frameworks/base/media/mca/effect/java/android/media/effect/
DEffectFactory.java462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
/frameworks/base/core/java/android/os/
DVibrator.java574 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
612 switch (info.isEffectSupported(effectId)) { in areAllEffectsSupported()
DVibratorInfo.java317 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
/frameworks/base/core/tests/vibrator/src/android/os/
DVibratorInfoTest.java86 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
88 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
90 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java82 if (vibratorInfo.isEffectSupported(mEffectId) == Vibrator.VIBRATION_EFFECT_SUPPORT_YES) { in areVibrationFeaturesSupported()
DMultiVibratorInfo.java132 if (infos[j].isEffectSupported(effectId) != Vibrator.VIBRATION_EFFECT_SUPPORT_YES) { in supportedEffectsIntersection()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorManagerServiceTest.java452 info.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
454 info.isEffectSupported(VibrationEffect.EFFECT_TICK)); in getVibratorInfo_vibratorSuccessfulLoadBeforeSystemReady_returnsInfoForVibrator()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16203 method public static boolean isEffectSupported(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt25975 method public static boolean isEffectSupported(String);