Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DVibrationEffectSegment.java130 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffectSegment
DStepSegment.java164 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in StepSegment
DPrimitiveSegment.java124 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrimitiveSegment
DPrebakedSegment.java148 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrebakedSegment
DRampSegment.java177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in RampSegment