Searched refs:newRepeatIndex (Results 1 – 2 of 2) sorted by relevance
100 int newRepeatIndex = composed.getRepeatIndex(); in adaptToVibrator() local104 newRepeatIndex = in adaptToVibrator()105 mSegmentAdapters.get(i).adaptToVibrator(info, newSegments, newRepeatIndex); in adaptToVibrator()108 return new VibrationEffect.Composed(newSegments, newRepeatIndex); in adaptToVibrator()
99 int newRepeatIndex = effect.getRepeatIndex(); in replaceCurrentSegment() local103 newRepeatIndex += fallback.getSegments().size() - 1; in replaceCurrentSegment()105 return new VibrationEffect.Composed(newSegments, newRepeatIndex); in replaceCurrentSegment()