Searched defs:effectStrength (Results 1 – 9 of 9) sorted by relevance
46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()90 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
91 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
91 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
118 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
126 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
475 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength()537 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()657 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength()
310 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
556 V1_0::EffectStrength effectStrength = static_cast<V1_0::EffectStrength>(strength); in performInternal() local
274 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local