Searched refs:nextStep (Results 1 – 9 of 9) sorted by relevance
56 Step nextStep = startedStep.nextStep(); in play() local57 return nextStep == null ? VibrationStepConductor.EMPTY_STEP_LIST in play()58 : Arrays.asList(nextStep); in play()
258 Step nextStep = mNextSteps.peek(); in waitUntilNextStepIsDue() local259 if (nextStep == null) { in waitUntilNextStepIsDue()262 long waitMillis = nextStep.calculateWaitTime(); in waitUntilNextStepIsDue()306 Step nextStep = pollNext(); in runNextStep() local307 if (nextStep != null) { in runNextStep()310 + ((nextStep instanceof AbstractVibratorStep) in runNextStep()311 ? " on vibrator " + ((AbstractVibratorStep) nextStep).getVibratorId() : "") in runNextStep()312 + " " + nextStep.getClass().getSimpleName() in runNextStep()313 + (nextStep.isCleanUp() ? " (cleanup)" : "")); in runNextStep()316 List<Step> nextSteps = nextStep.play(); in runNextStep()[all …]
176 Step nextStep = conductor.nextVibrateStep(nextStartTime, controller, effect, in nextSteps() local178 return nextStep == null ? VibrationStepConductor.EMPTY_STEP_LIST : Arrays.asList(nextStep); in nextSteps()
102 Step nextStep = in play() local104 : nextStep(); in play()105 if (nextStep != null) { in play()106 nextSteps.add(nextStep); in play()128 Step nextStep() { in nextStep() method in StartSequentialEffectStep
278 val nextStep = lastStep.copy(value = value, transitionState = state) in updateTransition() constant279 emitTransition(nextStep, isManual = true) in updateTransition()282 private fun emitTransition(nextStep: TransitionStep, isManual: Boolean = false) { in emitTransition()283 logAndTrace(nextStep, isManual) in emitTransition()284 _transitions.tryEmit(nextStep) in emitTransition()285 lastStep = nextStep in emitTransition()
61 out += nextStep(); in vibrate()89 out += nextStep(); in timeoutExpired()97 std::list<NotifyArgs> VibratorInputMapper::nextStep() { in nextStep() function in android::VibratorInputMapper
53 [[nodiscard]] std::list<NotifyArgs> nextStep();
55207 …method public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.conn.routing.Ro…55234 …method public abstract int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.conn.r…
24757 PLcom/android/server/vibrator/StartSequentialEffectStep;->nextStep()Lcom/android/server/vibrator/St…