Searched refs:EFFECT_TEXTURE_TICK (Results 1 – 10 of 10) sorted by relevance
149 VibrationEffect.EFFECT_TEXTURE_TICK, true, VibrationEffect.EFFECT_STRENGTH_MEDIUM) in testIsHapticFeedbackCandidate_prebakedConstants_areCandidates()223 VibrationEffect.EFFECT_TEXTURE_TICK); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()229 assertTrue(createSegmentWithFallback(VibrationEffect.EFFECT_TEXTURE_TICK) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport()241 assertFalse(createSegmentWithFallback(VibrationEffect.EFFECT_TEXTURE_TICK) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_noVibratorSupport()250 VibrationEffect.EFFECT_TEXTURE_TICK); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()256 assertTrue(createSegmentWithoutFallback(VibrationEffect.EFFECT_TEXTURE_TICK) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport()268 assertFalse(createSegmentWithoutFallback(VibrationEffect.EFFECT_TEXTURE_TICK) in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_noVibSupport()
190 VibrationEffect.get(VibrationEffect.EFFECT_TEXTURE_TICK)); in testParseElement_withHiddenApis_onlySucceedsWithFlag()197 VibrationEffect.get(VibrationEffect.EFFECT_TEXTURE_TICK)); in testParseElement_withHiddenApis_onlySucceedsWithFlag()263 VibrationEffect.get(VibrationEffect.EFFECT_TEXTURE_TICK)); in testParseDocument_withVibrationSelectTag_withHiddenApis_onlySucceedsWithFlag()270 VibrationEffect.get(VibrationEffect.EFFECT_TEXTURE_TICK)); in testParseDocument_withVibrationSelectTag_withHiddenApis_onlySucceedsWithFlag()493 map.put("texture_tick", VibrationEffect.EFFECT_TEXTURE_TICK); in createHiddenPredefinedEffectsMap()
112 case VibrationEffect.EFFECT_TEXTURE_TICK: in isHapticFeedbackCandidate()174 case VibrationEffect.EFFECT_TEXTURE_TICK: in validate()
118 return getVibration(effectId, VibrationEffect.EFFECT_TEXTURE_TICK); in getVibrationForHapticFeedback()162 VibrationEffect.EFFECT_TEXTURE_TICK); in getVibrationForHapticFeedback()176 VibrationEffect.EFFECT_TEXTURE_TICK); in getVibrationForHapticFeedback()
229 mFallbackEffects.put(VibrationEffect.EFFECT_TEXTURE_TICK, in VibrationSettings()
28 import static android.os.VibrationEffect.EFFECT_TEXTURE_TICK;133 .isEqualTo(VibrationEffect.get(EFFECT_TEXTURE_TICK)); in testUseValidCustomizedVibration()153 .isEqualTo(VibrationEffect.get(EFFECT_TEXTURE_TICK)); in testDoNotUseInvalidCustomizedVibration()191 .isEqualTo(VibrationEffect.get(EFFECT_TEXTURE_TICK)); in testHapticTextEnabled_vibrationReturnedForTextHandleMove()
898 assertNotNull(mVibrationSettings.getFallbackEffect(VibrationEffect.EFFECT_TEXTURE_TICK)); in getFallbackEffect_returnsEffectsFromSettings()
134 TEXTURE_TICK(VibrationEffect.EFFECT_TEXTURE_TICK, false),
123 public static final int EFFECT_TEXTURE_TICK = Effect.TEXTURE_TICK; field in VibrationEffect667 case EFFECT_TEXTURE_TICK: in effectIdToString()
2534 field public static final int EFFECT_TEXTURE_TICK = 21; // 0x15