Searched refs:composedEffect (Results 1 – 2 of 2) sorted by relevance
157 VibrationEffect.Composed composedEffect = (VibrationEffect.Composed) effect; in scale() local159 new ArrayList<>(composedEffect.getSegments()); in scale()168 if (segments.equals(composedEffect.getSegments())) { in scale()173 new VibrationEffect.Composed(segments, composedEffect.getRepeatIndex()); in scale()
263 VibrationEffect.Composed composedEffect = (VibrationEffect.Composed) effect; in DeviceEffectMap() local266 mVibratorEffects.put(vibratorId, composedEffect); in DeviceEffectMap()