Searched refs:sequentialEffect (Results 1 – 3 of 3) sorted by relevance
52 public final CombinedVibration.Sequential sequentialEffect; field in StartSequentialEffectStep68 sequentialEffect = effect; in StartSequentialEffectStep()87 CombinedVibration effect = sequentialEffect.getEffects().get(currentIndex); in play()130 if (nextIndex >= sequentialEffect.getEffects().size()) { in nextStep()133 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()135 return new StartSequentialEffectStep(conductor, nextStartTime, sequentialEffect, in nextStep()
174 CombinedVibration.Sequential sequentialEffect = toSequential(mVibration.getEffectToPlay()); in prepareToStart() local177 mRemainingStartSequentialEffectSteps = sequentialEffect.getEffects().size(); in prepareToStart()178 mNextSteps.offer(new StartSequentialEffectStep(this, sequentialEffect)); in prepareToStart()
318 Sequential sequentialEffect = (Sequential) effect; in addNext() local320 mEffects.addAll(sequentialEffect.getEffects()); in addNext()321 mDelays.addAll(sequentialEffect.getDelays()); in addNext()