Home
last modified time | relevance | path

Searched refs:EFFECT_POP (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DPrebakedSegmentTest.java222 VibrationEffect.EFFECT_POP, in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()
227 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_POP) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()
239 assertFalse(createSegmentWithFallback(VibrationEffect.EFFECT_POP) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_noVibratorSupport()
249 VibrationEffect.EFFECT_POP, in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()
254 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_POP) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()
266 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_POP) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_noVibSupport()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java103 case VibrationEffect.EFFECT_POP: in isHapticFeedbackCandidate()
163 case VibrationEffect.EFFECT_POP: in validate()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorTest.java691 .setSupportedEffects(VibrationEffect.EFFECT_TICK, VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported()
702 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP)) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported()
708 .setSupportedEffects(VibrationEffect.EFFECT_POP, VibrationEffect.EFFECT_CLICK) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported()
719 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP)) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported()
729 .setSupportedEffects(VibrationEffect.EFFECT_TICK, VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported()
756 .setSupportedEffects(VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported()
768 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP)) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java104 public static final int EFFECT_POP = Effect.POP; field in VibrationEffect
626 case EFFECT_POP: in effectIdToString()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2408 field public static final int EFFECT_POP = 4; // 0x4
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40159 Landroid/os/VibrationEffect;->EFFECT_POP:I