Searched refs:EFFECT_DOUBLE_CLICK (Results 1 – 21 of 21) sorted by relevance
124 VibrationEffect.EFFECT_DOUBLE_CLICK, true, VibrationEffect.EFFECT_STRENGTH_MEDIUM) in testDuration()140 VibrationEffect.EFFECT_DOUBLE_CLICK, true, VibrationEffect.EFFECT_STRENGTH_MEDIUM) in testIsHapticFeedbackCandidate_prebakedConstants_areCandidates()158 VibrationEffect.EFFECT_DOUBLE_CLICK, in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()165 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()180 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()191 VibrationEffect.EFFECT_DOUBLE_CLICK, in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()198 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()212 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_DOUBLE_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
94 case VibrationEffect.EFFECT_DOUBLE_CLICK: in areVibrationFeaturesSupported()109 case VibrationEffect.EFFECT_DOUBLE_CLICK: in isHapticFeedbackCandidate()171 case VibrationEffect.EFFECT_DOUBLE_CLICK: in validate()
48 FAILED(vibrationEffect = VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK)),
66 VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK), in execute()
54 VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK);
51 VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK);
131 DOUBLE_CLICK(VibrationEffect.EFFECT_DOUBLE_CLICK, true),
82 public static final int EFFECT_DOUBLE_CLICK = Effect.DOUBLE_CLICK; field in VibrationEffect169 EFFECT_DOUBLE_CLICK,661 case EFFECT_DOUBLE_CLICK: in effectIdToString()
149 return getVibration(effectId, VibrationEffect.EFFECT_DOUBLE_CLICK); in getVibrationForHapticFeedback()
226 mFallbackEffects.put(VibrationEffect.EFFECT_DOUBLE_CLICK, doubleClickEffect); in VibrationSettings()
251 .addNext(3, VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK)) in testIsHapticFeedbackCandidateSequential()
583 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_DOUBLE_CLICK)) in testValidateComposed()
477 vibrationEffect = VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK), in displayView_vibrationEffect_doubleClickEffectWithHardwareFeedback()485 eq(VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK)), in displayView_vibrationEffect_doubleClickEffectWithHardwareFeedback()
487 map.put("double_click", VibrationEffect.EFFECT_DOUBLE_CLICK); in createPublicPredefinedEffectsMap()
717 VibrationEffect.EFFECT_HEAVY_CLICK, VibrationEffect.EFFECT_DOUBLE_CLICK); in vibrate_withRingtone_usesRingerModeSettings()732 service, VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK), RINGTONE_ATTRS); in vibrate_withRingtone_usesRingerModeSettings()736 expectedPrebaked(VibrationEffect.EFFECT_DOUBLE_CLICK)), in vibrate_withRingtone_usesRingerModeSettings()745 VibrationEffect.EFFECT_HEAVY_CLICK, VibrationEffect.EFFECT_DOUBLE_CLICK); in vibrate_withPowerMode_usesPowerModeState()758 VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK), NOTIFICATION_ATTRS); in vibrate_withPowerMode_usesPowerModeState()763 expectedPrebaked(VibrationEffect.EFFECT_DOUBLE_CLICK)), in vibrate_withPowerMode_usesPowerModeState()
901 assertNotNull(mVibrationSettings.getFallbackEffect(VibrationEffect.EFFECT_DOUBLE_CLICK)); in getFallbackEffect_returnsEffectsFromSettings()
1424 effect = VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK); in provideTouchFeedbackH()1864 mController.vibrate(VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK));
5659 effect = VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK); in silenceRingerModeInternal()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34180 field public static final int EFFECT_DOUBLE_CLICK = 1; // 0x1
39514 Landroid/os/VibrationEffect;->EFFECT_DOUBLE_CLICK:I