Searched refs:EFFECT_POP (Results 1 – 6 of 6) sorted by relevance
222 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()
103 case VibrationEffect.EFFECT_POP: in isHapticFeedbackCandidate()163 case VibrationEffect.EFFECT_POP: in validate()
691 .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()
104 public static final int EFFECT_POP = Effect.POP; field in VibrationEffect626 case EFFECT_POP: in effectIdToString()
2408 field public static final int EFFECT_POP = 4; // 0x4
40159 Landroid/os/VibrationEffect;->EFFECT_POP:I