Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DVibrationEffectSegment.java123 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffectSegment
DStepSegment.java150 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in StepSegment
DPrimitiveSegment.java108 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrimitiveSegment
DPrebakedSegment.java138 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrebakedSegment
DRampSegment.java168 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in RampSegment
/frameworks/base/core/java/android/os/
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