Home
last modified time | relevance | path

Searched defs:effectStrength (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java47 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
138 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
H A DVibrationEffectSegment.java123 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
H A DPrimitiveSegment.java108 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
H A DStepSegment.java150 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
H A DRampSegment.java168 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java576 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength()
638 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
848 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
H A DVibratorManagerServiceTest.java2191 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp274 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local