Searched defs:effectStrength (Results 1 – 10 of 10) sorted by relevance
55 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()148 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
130 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
164 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
124 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
177 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
316 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
2584 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
498 V1_0::EffectStrength effectStrength = static_cast<V1_0::EffectStrength>(strength); in performInternal() local
675 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()
286 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local