Home
last modified time | relevance | path

Searched defs:nextSteps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vibrator/
DAbstractComposedVibratorStep.java56 protected List<Step> nextSteps(int segmentsPlayed) { in nextSteps() method in AbstractComposedVibratorStep
74 protected List<Step> nextSteps(long nextStartTime, int segmentsPlayed) { in nextSteps() method in AbstractComposedVibratorStep
DStartSequentialEffectStep.java82 List<Step> nextSteps = new ArrayList<>(); in play() local
167 private long startVibrating(DeviceEffectMap effectMapping, List<Step> nextSteps) { in startVibrating()
237 List<Step> nextSteps) { in startVibrating()
DVibrationStepConductor.java353 List<Step> nextSteps = nextStep.play(); in runNextStep() local