Home
last modified time | relevance | path

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

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