Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorTest.java80 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()
H A DVibratorInfoTest.java79 noEffects.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
81 canClick.isEffectSupported(VibrationEffect.EFFECT_CLICK)); in testIsEffectSupported()
83 canClick.isEffectSupported(VibrationEffect.EFFECT_TICK)); in testIsEffectSupported()
/aosp12/hardware/interfaces/vibrator/aidl/vts/
H A DVtsHalVibratorTargetTest.cpp238 bool isEffectSupported = in TEST_P() local
245 if (isEffectSupported) { in TEST_P()
265 bool isEffectSupported = in TEST_P() local
276 if (isEffectSupported) { in TEST_P()
619 bool isEffectSupported = in TEST_P() local
625 if (isEffectSupported) { in TEST_P()
/aosp12/frameworks/base/core/java/android/os/
H A DSystemVibrator.java272 public int isEffectSupported(int effectId) { in isEffectSupported() method in SystemVibrator.AllVibratorsInfo
278 int effectSupported = info.isEffectSupported(effectId); in isEffectSupported()
H A DVibrator.java512 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
H A DVibratorInfo.java248 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported() method in VibratorInfo
/aosp12/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectFactory.java462 public static boolean isEffectSupported(String effectName) { in isEffectSupported() method in EffectFactory
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java475 EffectsRecorder.isEffectSupported(EffectsRecorder.EFFECT_GOOFY_FACE); in initVideoEffect()
477 EffectsRecorder.isEffectSupported(EffectsRecorder.EFFECT_BACKDROPPER) && in initVideoEffect()
H A DEffectsRecorder.java126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() method in EffectsRecorder
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java292 info.isEffectSupported(VibrationEffect.EFFECT_CLICK));
294 info.isEffectSupported(VibrationEffect.EFFECT_TICK));
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt24708 method public static boolean isEffectSupported(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt16203 method public static boolean isEffectSupported(java.lang.String);