Searched refs:EFFECT_HEAVY_CLICK (Results 1 – 14 of 14) sorted by relevance
143 VibrationEffect.EFFECT_HEAVY_CLICK, true, VibrationEffect.EFFECT_STRENGTH_MEDIUM) in testIsHapticFeedbackCandidate_prebakedConstants_areCandidates()159 VibrationEffect.EFFECT_HEAVY_CLICK); in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()167 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport()182 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport()192 VibrationEffect.EFFECT_HEAVY_CLICK); in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()200 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport()214 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_HEAVY_CLICK) in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport()
95 case VibrationEffect.EFFECT_HEAVY_CLICK: in areVibrationFeaturesSupported()110 case VibrationEffect.EFFECT_HEAVY_CLICK: in isHapticFeedbackCandidate()172 case VibrationEffect.EFFECT_HEAVY_CLICK: in validate()
396 vibrateIfEnabled(VibrationEffect.EFFECT_HEAVY_CLICK) in <lambda>()433 vibrateIfEnabled(VibrationEffect.EFFECT_HEAVY_CLICK) in <lambda>()455 vibrateIfEnabled(VibrationEffect.EFFECT_HEAVY_CLICK) in <lambda>()
145 return getVibration(effectId, VibrationEffect.EFFECT_HEAVY_CLICK); in getVibrationForHapticFeedback()321 return VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK); in getAssistantButtonVibration()
228 mFallbackEffects.put(VibrationEffect.EFFECT_HEAVY_CLICK, heavyClickEffect); in VibrationSettings()
130 HEAVY_CLICK(VibrationEffect.EFFECT_HEAVY_CLICK, true),
110 public static final int EFFECT_HEAVY_CLICK = Effect.HEAVY_CLICK; field in VibrationEffect168 EFFECT_HEAVY_CLICK,659 case EFFECT_HEAVY_CLICK: in effectIdToString()
717 VibrationEffect.EFFECT_HEAVY_CLICK, VibrationEffect.EFFECT_DOUBLE_CLICK); in vibrate_withRingtone_usesRingerModeSettings()727 service, VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK), RINGTONE_ATTRS); in vibrate_withRingtone_usesRingerModeSettings()735 Arrays.asList(expectedPrebaked(VibrationEffect.EFFECT_HEAVY_CLICK), in vibrate_withRingtone_usesRingerModeSettings()745 VibrationEffect.EFFECT_HEAVY_CLICK, VibrationEffect.EFFECT_DOUBLE_CLICK); in vibrate_withPowerMode_usesPowerModeState()756 VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK), /* attrs= */ null); in vibrate_withPowerMode_usesPowerModeState()762 expectedPrebaked(VibrationEffect.EFFECT_HEAVY_CLICK), in vibrate_withPowerMode_usesPowerModeState()1424 VibrationEffect.createPredefined(VibrationEffect.EFFECT_HEAVY_CLICK)); in performHapticFeedback_restrictedConstantsWithoutPermission_doesNotVibrate()1428 VibrationEffect.EFFECT_CLICK, VibrationEffect.EFFECT_HEAVY_CLICK); in performHapticFeedback_restrictedConstantsWithoutPermission_doesNotVibrate()1455 VibrationEffect.createPredefined(VibrationEffect.EFFECT_HEAVY_CLICK)); in performHapticFeedback_restrictedConstantsWithPermission_playsVibration()1459 VibrationEffect.EFFECT_CLICK, VibrationEffect.EFFECT_HEAVY_CLICK); in performHapticFeedback_restrictedConstantsWithPermission_playsVibration()[all …]
900 assertNotNull(mVibrationSettings.getFallbackEffect(VibrationEffect.EFFECT_HEAVY_CLICK)); in getFallbackEffect_returnsEffectsFromSettings()
486 map.put("heavy_click", VibrationEffect.EFFECT_HEAVY_CLICK); in createPublicPredefinedEffectsMap()
5664 effect = VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK); in silenceRingerModeInternal()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34181 field public static final int EFFECT_HEAVY_CLICK = 5; // 0x5
39515 Landroid/os/VibrationEffect;->EFFECT_HEAVY_CLICK:I