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.java91 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength() method in VibrationEffectSegment
DStepSegment.java118 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in StepSegment
DPrimitiveSegment.java91 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrimitiveSegment
DPrebakedSegment.java90 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in PrebakedSegment
DRampSegment.java126 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength() method in RampSegment
/frameworks/base/core/java/android/os/
DVibrationEffect.java475 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength() method in VibrationEffect
657 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength() method in VibrationEffect.Composed