Home
last modified time | relevance | path

Searched refs:newSegments (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationEffectAdapters.java82 List<VibrationEffectSegment> newSegments = new ArrayList<>(composed.getSegments()); in apply() local
87 newRepeatIndex = adapters.get(i).apply(newSegments, newRepeatIndex, modifier); in apply()
90 return new VibrationEffect.Composed(newSegments, newRepeatIndex); in apply()
H A DVibrationThread.java1075 List<VibrationEffectSegment> newSegments = new ArrayList<>(effect.getSegments()); in replaceCurrentSegment() local
1077 newSegments.remove(segmentIndex); in replaceCurrentSegment()
1078 newSegments.addAll(segmentIndex, fallback.getSegments()); in replaceCurrentSegment()
1082 return new VibrationEffect.Composed(newSegments, newRepeatIndex); in replaceCurrentSegment()