Searched refs:mEffectSegments (Results 1 – 1 of 1) sorted by relevance
46 private final List<VibrationEffectSegment> mEffectSegments = new ArrayList<>(); field in FakeVibratorControllerProvider87 mEffectSegments.add(new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, in on()110 mEffectSegments.add(new PrebakedSegment((int) effect, false, (int) strength)); in perform()121 mEffectSegments.add(primitive); in compose()133 mEffectSegments.add(primitive); in composePwle()303 return new ArrayList<>(mEffectSegments); in getEffectSegments()