Searched defs:effectStrength (Results 1 – 10 of 10) sorted by relevance
46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()112 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
113 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
136 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
101 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
144 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
540 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength()602 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()756 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength()
324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
1935 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
565 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