Searched refs:EFFECT_STRENGTH_LIGHT (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | VibrationEffectTest.java | 681 VibrationEffect.EFFECT_STRENGTH_LIGHT); in testApplyEffectStrengthOneShot() 688 VibrationEffect.EFFECT_STRENGTH_LIGHT); in testApplyEffectStrengthWaveform() 695 .applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_LIGHT); in testApplyEffectStrengthPrebaked() 696 assertEquals(VibrationEffect.EFFECT_STRENGTH_LIGHT, in testApplyEffectStrengthPrebaked() 705 assertEquals(effect, effect.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_LIGHT)); in testApplyEffectStrengthComposed() 710 .applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_LIGHT); in testApplyEffectStrengthComposed() 711 assertEquals(VibrationEffect.EFFECT_STRENGTH_LIGHT, in testApplyEffectStrengthComposed()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibrationScalerTest.java | 165 assertEquals(scaled.getEffectStrength(), VibrationEffect.EFFECT_STRENGTH_LIGHT); in scale_withPrebakedSegment_setsEffectStrengthBasedOnSettings() 190 assertEquals(scaled.getEffectStrength(), VibrationEffect.EFFECT_STRENGTH_LIGHT); in scale_withPrebakedEffect_setsEffectStrengthBasedOnSettings() 195 assertEquals(scaled.getEffectStrength(), VibrationEffect.EFFECT_STRENGTH_LIGHT); in scale_withPrebakedEffect_setsEffectStrengthBasedOnSettings()
|
H A D | RampToStepAdapterTest.java | 67 VibrationEffect.EFFECT_CLICK, false, VibrationEffect.EFFECT_STRENGTH_LIGHT), in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged()
|
H A D | StepToRampAdapterTest.java | 67 VibrationEffect.EFFECT_CLICK, false, VibrationEffect.EFFECT_STRENGTH_LIGHT), in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments()
|
H A D | DeviceVibrationEffectAdapterTest.java | 93 VibrationEffect.EFFECT_CLICK, false, VibrationEffect.EFFECT_STRENGTH_LIGHT), in testPrebakedAndPrimitiveSegments_returnsOriginalSegment()
|
H A D | RampDownAdapterTest.java | 60 VibrationEffect.EFFECT_CLICK, false, VibrationEffect.EFFECT_STRENGTH_LIGHT), in testPrebakedAndPrimitiveSegments_keepsListUnchanged()
|
H A D | VibratorManagerServiceTest.java | 759 VibrationEffect.EFFECT_STRENGTH_LIGHT)), in vibrate_withVibrationAttributesEnforceFreshSettings_refreshesVibrationSettings()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
H A D | PrebakedSegmentTest.java | 91 PrebakedSegment light = medium.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_LIGHT); in testApplyEffectStrength() 95 assertEquals(VibrationEffect.EFFECT_STRENGTH_LIGHT, light.getEffectStrength()); in testApplyEffectStrength()
|
/aosp14/frameworks/base/core/java/android/os/vibrator/ |
H A D | PrebakedSegment.java | 147 case VibrationEffect.EFFECT_STRENGTH_LIGHT: in isValidEffectStrength()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 126 public static final int EFFECT_STRENGTH_LIGHT = EffectStrength.LIGHT; field in VibrationEffect 640 case EFFECT_STRENGTH_LIGHT: in effectStrengthToString()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 2409 field public static final int EFFECT_STRENGTH_LIGHT = 0; // 0x0
|