Home
last modified time | relevance | path

Searched refs:nextStep (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vibrator/
DFinishSequentialEffectStep.java56 Step nextStep = startedStep.nextStep(); in play() local
57 return nextStep == null ? VibrationStepConductor.EMPTY_STEP_LIST in play()
58 : Arrays.asList(nextStep); in play()
DVibrationStepConductor.java258 Step nextStep = mNextSteps.peek(); in waitUntilNextStepIsDue() local
259 if (nextStep == null) { in waitUntilNextStepIsDue()
262 long waitMillis = nextStep.calculateWaitTime(); in waitUntilNextStepIsDue()
306 Step nextStep = pollNext(); in runNextStep() local
307 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 …]
DAbstractVibratorStep.java176 Step nextStep = conductor.nextVibrateStep(nextStartTime, controller, effect, in nextSteps() local
178 return nextStep == null ? VibrationStepConductor.EMPTY_STEP_LIST : Arrays.asList(nextStep); in nextSteps()
DStartSequentialEffectStep.java102 Step nextStep = in play() local
104 : nextStep(); in play()
105 if (nextStep != null) { in play()
106 nextSteps.add(nextStep); in play()
128 Step nextStep() { in nextStep() method in StartSequentialEffectStep
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepository.kt278 val nextStep = lastStep.copy(value = value, transitionState = state) in updateTransition() constant
279 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()
/frameworks/native/services/inputflinger/reader/mapper/
DVibratorInputMapper.cpp61 out += nextStep(); in vibrate()
89 out += nextStep(); in timeoutExpired()
97 std::list<NotifyArgs> VibratorInputMapper::nextStep() { in nextStep() function in android::VibratorInputMapper
DVibratorInputMapper.h53 [[nodiscard]] std::list<NotifyArgs> nextStep();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt55207 …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…
/frameworks/base/services/
Dart-wear-profile24757 PLcom/android/server/vibrator/StartSequentialEffectStep;->nextStep()Lcom/android/server/vibrator/St…