Searched refs:sequentialEffect (Results 1 – 3 of 3) sorted by relevance
53 public final CombinedVibration.Sequential sequentialEffect; field in StartSequentialEffectStep69 sequentialEffect = effect; in StartSequentialEffectStep()88 CombinedVibration effect = sequentialEffect.getEffects().get(currentIndex); in play()131 if (nextIndex >= sequentialEffect.getEffects().size()) { in nextStep()134 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()136 return new StartSequentialEffectStep(conductor, nextStartTime, sequentialEffect, in nextStep()
153 CombinedVibration.Sequential sequentialEffect = toSequential(mVibration.getEffect()); in prepareToStart() local156 mRemainingStartSequentialEffectSteps = sequentialEffect.getEffects().size(); in prepareToStart()157 mNextSteps.offer(new StartSequentialEffectStep(this, sequentialEffect)); in prepareToStart()
267 Sequential sequentialEffect = (Sequential) effect; in addNext() local269 mEffects.addAll(sequentialEffect.getEffects()); in addNext()270 mDelays.addAll(sequentialEffect.getDelays()); in addNext()