Home
last modified time | relevance | path

Searched defs:nextStep (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vibrator/
DFinishSequentialEffectStep.java56 Step nextStep = startedStep.nextStep(); in play() local
DStartSequentialEffectStep.java102 Step nextStep = in play() local
128 Step nextStep() { in nextStep() method in StartSequentialEffectStep
DVibrationStepConductor.java258 Step nextStep = mNextSteps.peek(); in waitUntilNextStepIsDue() local
306 Step nextStep = pollNext(); in runNextStep() local
DAbstractVibratorStep.java176 Step nextStep = conductor.nextVibrateStep(nextStartTime, controller, effect, in nextSteps() local
/frameworks/native/services/inputflinger/reader/mapper/
DVibratorInputMapper.cpp97 std::list<NotifyArgs> VibratorInputMapper::nextStep() { in nextStep() function in android::VibratorInputMapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepository.kt278 val nextStep = lastStep.copy(value = value, transitionState = state) in updateTransition() constant