Searched defs:effectStrength (Results 1 – 11 of 11) sorted by relevance
66 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
146 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
164 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
161 public BasicPwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
173 public PwleSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
148 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
631 public abstract VibrationEffect applyEffectStrength(int effectStrength); in applyEffectStrength()767 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
373 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
3972 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
310 Aidl::EffectStrength effectStrength = static_cast<Aidl::EffectStrength>(strength); in vibratorPerformEffect() local