Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DVibrationEffectSegment.java146 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
DBasicPwleSegment.java161 public BasicPwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in BasicPwleSegment
DRampSegment.java177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in RampSegment
DPwleSegment.java173 public PwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PwleSegment
DPrimitiveSegment.java148 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrimitiveSegment
/frameworks/base/core/java/android/os/
DVibrationEffect.java631 public abstract VibrationEffect applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffect