Home
last modified time | relevance | path

Searched defs:applyEffectStrength (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DVibrationEffectSegment.java123 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffectSegment
H A DPrimitiveSegment.java108 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrimitiveSegment
H A DStepSegment.java150 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in StepSegment
H A DPrebakedSegment.java138 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrebakedSegment
H A DRampSegment.java168 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in RampSegment
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java576 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength() method in VibrationEffect
848 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength() method in VibrationEffect.Composed