Searched defs:applyEffectStrength (Results 1 – 7 of 7) sorted by relevance
146 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffectSegment
164 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in StepSegment
161 public BasicPwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in BasicPwleSegment
177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in RampSegment
173 public PwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PwleSegment
148 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrimitiveSegment
631 public abstract VibrationEffect applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffect