Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vibrator/
DStep.java32 abstract class Step implements Comparable<Step> { class
36 Step(VibrationStepConductor conductor, long startTime) { in Step() method in Step
55 public abstract List<Step> play(); in play()
62 public abstract List<Step> cancel(); in cancel()
100 public int compareTo(Step o) { in compareTo()
DFinishSequentialEffectStep.java31 final class FinishSequentialEffectStep extends Step {
47 public List<Step> play() { in play()
56 Step nextStep = startedStep.nextStep(); in play()
65 public List<Step> cancel() { in cancel()
DAbstractVibratorStep.java30 abstract class AbstractVibratorStep extends Step {
92 public List<Step> cancel() { in cancel()
147 protected List<Step> nextSteps(int segmentsPlayed) { in nextSteps()
165 protected List<Step> nextSteps(long nextStartTime, int segmentsPlayed) { in nextSteps()
176 Step nextStep = conductor.nextVibrateStep(nextStartTime, controller, effect, in nextSteps()
DVibrationStepConductor.java67 static final List<Step> EMPTY_STEP_LIST = new ArrayList<>();
81 private final PriorityQueue<Step> mNextSteps = new PriorityQueue<>();
82 private final Queue<Step> mPendingOnVibratorCompleteSteps = new LinkedList<>();
258 Step nextStep = mNextSteps.peek(); in waitUntilNextStepIsDue()
282 private Step pollNext() { in pollNext()
306 Step nextStep = pollNext(); in runNextStep()
316 List<Step> nextSteps = nextStep.play(); in runNextStep()
558 List<Step> cleanUpSteps = new ArrayList<>(); in processCancel()
559 Step step; in processCancel()
580 Step step; in processCancelImmediately()
[all …]
DStartSequentialEffectStep.java51 final class StartSequentialEffectStep extends Step {
78 public List<Step> play() { in play()
80 List<Step> nextSteps = new ArrayList<>(); in play()
102 Step nextStep = in play()
115 public List<Step> cancel() { in cancel()
128 Step nextStep() { in nextStep()
164 private long startVibrating(DeviceEffectMap effectMapping, List<Step> nextSteps) { in startVibrating()
234 private long startVibrating(AbstractVibratorStep step, List<Step> nextSteps) { in startVibrating()
DTurnOffVibratorStep.java49 public List<Step> cancel() { in cancel()
60 public List<Step> play() { in play()
DRampOffVibratorStep.java46 public List<Step> cancel() { in cancel()
52 public List<Step> play() { in play()
DCompleteEffectVibratorStep.java51 public List<Step> cancel() { in cancel()
61 public List<Step> play() { in play()
DPerformPrebakedVibratorStep.java46 public List<Step> play() { in play()
78 List<Step> fallbackResult = fallbackStep.play(); in play()
DComposePrimitivesVibratorStep.java51 public List<Step> play() { in play()
DComposePwleVibratorStep.java51 public List<Step> play() { in play()
DSetAmplitudeVibratorStep.java73 public List<Step> play() { in play()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgePanelParams.kt18 var alphaSpring: Step<SpringForce>? = null,
19 var alphaInterpolator: Step<Float>? = null
177 Step( in update()
184 Step( in update()
DBackPanelController.kt1130 class Step<T>( class
/frameworks/base/libs/androidfw/
DAssetManager2.cpp723 last_resolution_.steps.push_back(Resolution::Step{ in FindEntry()
724 Resolution::Step::Type::OVERLAID_INLINE, result->cookie, String8()}); in FindEntry()
774 Resolution::Step{Resolution::Step::Type::OVERLAID, overlay_result->cookie, in FindEntry()
883 Resolution::Step::Type resolution_type; in FindEntryInternal()
885 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
887 resolution_type = Resolution::Step::Type::BETTER_MATCH; in FindEntryInternal()
889 resolution_type = Resolution::Step::Type::OVERLAID; in FindEntryInternal()
892 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::SKIPPED, in FindEntryInternal()
908 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::NO_ENTRY, in FindEntryInternal()
921 last_resolution_.steps.push_back(Resolution::Step{resolution_type, in FindEntryInternal()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h500 struct Step { struct
532 std::vector<Step> steps;
/frameworks/base/services/tests/PackageManagerServiceTests/server/assets/PackageSignaturesTest/xml/
DREADME42 Step 2 can be modified to sign with multiple signers by running one of the following commands:
/frameworks/base/services/
Dart-wear-profile24757 …om/android/server/vibrator/StartSequentialEffectStep;->nextStep()Lcom/android/server/vibrator/Step;
24761 PLcom/android/server/vibrator/Step;-><init>(Lcom/android/server/vibrator/VibrationStepConductor;J)V
24762 PLcom/android/server/vibrator/Step;->calculateWaitTime()J
24763 PLcom/android/server/vibrator/Step;->compareTo(Lcom/android/server/vibrator/Step;)I
24764 PLcom/android/server/vibrator/Step;->compareTo(Ljava/lang/Object;)I
24765 PLcom/android/server/vibrator/Step;->getVibration()Lcom/android/server/vibrator/HalVibration;
24766 PLcom/android/server/vibrator/Step;->getVibratorOnDuration()J
24767 PLcom/android/server/vibrator/Step;->isCleanUp()Z
24875 PLcom/android/server/vibrator/VibrationStepConductor;->pollNext()Lcom/android/server/vibrator/Step;