Searched defs:effectStrength (Results 1 – 9 of 9) sorted by relevance
47 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()138 public PrebakedSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
123 public abstract <T extends VibrationEffectSegment> T applyEffectStrength(int effectStrength); in applyEffectStrength()
108 public PrimitiveSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
150 public StepSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
168 public RampSegment applyEffectStrength(int effectStrength) { in applyEffectStrength()
576 public <T extends VibrationEffect> T applyEffectStrength(int effectStrength) { in applyEffectStrength()638 public static String effectStrengthToString(int effectStrength) { in effectStrengthToString()848 public Composed applyEffectStrength(int effectStrength) { in applyEffectStrength()
324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
2191 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
274 aidl::EffectStrength effectStrength = static_cast<aidl::EffectStrength>(strength); in vibratorPerformEffect() local