Searched refs:EFFECT_POP (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/ |
D | PrebakedSegmentTest.java | 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()
|
D | VibratorInfoFactoryTest.java | 97 .setSupportedEffects(VibrationEffect.EFFECT_CLICK, VibrationEffect.EFFECT_POP) in testCreatedInfoContents() 102 .setSupportedEffects(VibrationEffect.EFFECT_POP, VibrationEffect.EFFECT_THUD) in testCreatedInfoContents() 113 .setSupportedEffects(VibrationEffect.EFFECT_POP) in testCreatedInfoContents()
|
/frameworks/base/core/tests/vibrator/src/android/os/ |
D | VibratorInfoTest.java | 466 .setSupportedEffects(VibrationEffect.EFFECT_TICK, VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported() 477 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP)) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported() 483 .setSupportedEffects(VibrationEffect.EFFECT_POP, VibrationEffect.EFFECT_CLICK) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported() 494 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP)) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported() 504 .setSupportedEffects(VibrationEffect.EFFECT_TICK, VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported() 531 .setSupportedEffects(VibrationEffect.EFFECT_POP) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported() 543 .addEffect(VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP)) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported()
|
/frameworks/base/core/java/android/os/vibrator/ |
D | PrebakedSegment.java | 111 case VibrationEffect.EFFECT_POP: in isHapticFeedbackCandidate() 173 case VibrationEffect.EFFECT_POP: in validate()
|
/frameworks/base/core/java/com/android/internal/vibrator/persistence/ |
D | XmlConstants.java | 136 POP(VibrationEffect.EFFECT_POP, false),
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 105 public static final int EFFECT_POP = Effect.POP; field in VibrationEffect 663 case EFFECT_POP: in effectIdToString()
|
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/persistence/ |
D | VibrationEffectXmlSerializationTest.java | 494 map.put("pop", VibrationEffect.EFFECT_POP); in createHiddenPredefinedEffectsMap()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationChannelTest.java | 540 VibrationEffect effect = VibrationEffect.createPredefined(VibrationEffect.EFFECT_POP); in testEqualityDependsOnVibration()
|
/frameworks/base/core/api/ |
D | test-current.txt | 2530 field public static final int EFFECT_POP = 4; // 0x4
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 39516 Landroid/os/VibrationEffect;->EFFECT_POP:I
|