Searched defs:nextSteps (Results 1 – 3 of 3) sorted by relevance
56 protected List<Step> nextSteps(int segmentsPlayed) { in nextSteps() method in AbstractComposedVibratorStep74 protected List<Step> nextSteps(long nextStartTime, int segmentsPlayed) { in nextSteps() method in AbstractComposedVibratorStep
82 List<Step> nextSteps = new ArrayList<>(); in play() local167 private long startVibrating(DeviceEffectMap effectMapping, List<Step> nextSteps) { in startVibrating()237 List<Step> nextSteps) { in startVibrating()
353 List<Step> nextSteps = nextStep.play(); in runNextStep() local