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()
DAbstractVibratorStep.java30 abstract class AbstractVibratorStep extends Step {
80 public List<Step> cancel() { in cancel()
115 protected List<Step> skipToNextSteps(int segmentsSkipped) { in skipToNextSteps()
126 protected List<Step> nextSteps(int segmentsPlayed) { in nextSteps()
144 protected List<Step> nextSteps(long nextStartTime, long vibratorOffTimeout, in nextSteps()
156 Step nextStep = conductor.nextVibrateStep(nextStartTime, controller, effect, in nextSteps()
DFinishSequentialEffectStep.java31 final class FinishSequentialEffectStep extends Step {
47 public List<Step> play() { in play()
55 Step nextStep = startedStep.nextStep(); in play()
64 public List<Step> cancel() { in cancel()
DVibrationStepConductor.java61 static final List<Step> EMPTY_STEP_LIST = new ArrayList<>();
74 private final PriorityQueue<Step> mNextSteps = new PriorityQueue<>();
75 private final Queue<Step> mPendingOnVibratorCompleteSteps = new LinkedList<>();
238 Step nextStep = mNextSteps.peek(); in waitUntilNextStepIsDue()
262 private Step pollNext() { in pollNext()
286 Step nextStep = pollNext(); in runNextStep()
288 List<Step> nextSteps = nextStep.play(); in runNextStep()
493 List<Step> cleanUpSteps = new ArrayList<>(); in processCancel()
494 Step step; in processCancel()
515 Step step; in processCancelImmediately()
[all …]
DStartSequentialEffectStep.java52 final class StartSequentialEffectStep extends Step {
79 public List<Step> play() { in play()
81 List<Step> nextSteps = new ArrayList<>(); in play()
103 Step nextStep = in play()
116 public List<Step> cancel() { in cancel()
129 Step nextStep() { in nextStep()
166 DeviceEffectMap effectMapping, List<Step> nextSteps) { in startVibrating()
235 private long startVibrating(AbstractVibratorStep step, List<Step> nextSteps) { in startVibrating()
DTurnOffVibratorStep.java46 public List<Step> cancel() { in cancel()
57 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()
76 List<Step> fallbackResult = fallbackStep.play(); in play()
DComposePrimitivesVibratorStep.java51 public List<Step> play() { in play()
DComposePwleVibratorStep.java52 public List<Step> play() { in play()
DSetAmplitudeVibratorStep.java65 public List<Step> play() { in play()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp620 Resolution::Step{Resolution::Step::Type::OVERLAID_INLINE, String8(), result->cookie}); in FindEntry()
670 Resolution::Step{Resolution::Step::Type::OVERLAID, overlay_result->config.toString(), in FindEntry()
747 Resolution::Step::Type resolution_type; in FindEntryInternal()
749 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
751 resolution_type = Resolution::Step::Type::BETTER_MATCH; in FindEntryInternal()
753 resolution_type = Resolution::Step::Type::OVERLAID; in FindEntryInternal()
756 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::SKIPPED, in FindEntryInternal()
773 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::NO_ENTRY, in FindEntryInternal()
787 last_resolution_.steps.push_back(Resolution::Step{resolution_type, in FindEntryInternal()
877 for (const Resolution::Step& step : last_resolution_.steps) { in GetLastResourceResolution()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgePanelParams.kt64 lateinit var arrowStrokeAlphaSpring: Step<SpringForce> in <lambda>()
66 lateinit var arrowStrokeAlphaInterpolator: Step<Float> in <lambda>()
310 arrowStrokeAlphaInterpolator = Step( in <lambda>()
318 arrowStrokeAlphaSpring = Step( in <lambda>()
DBackPanelController.kt1013 class Step<T>( class
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h462 struct Step { struct
494 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-profile49244 …om/android/server/vibrator/StartSequentialEffectStep;->nextStep()Lcom/android/server/vibrator/Step;
49248 HPLcom/android/server/vibrator/Step;-><init>(Lcom/android/server/vibrator/VibrationStepConductor;J)V
49249 PLcom/android/server/vibrator/Step;->acceptVibratorCompleteCallback(I)Z
49250 HPLcom/android/server/vibrator/Step;->calculateWaitTime()J
49251 HPLcom/android/server/vibrator/Step;->compareTo(Lcom/android/server/vibrator/Step;)I
49252 HPLcom/android/server/vibrator/Step;->compareTo(Ljava/lang/Object;)I
49253 HPLcom/android/server/vibrator/Step;->getVibration()Lcom/android/server/vibrator/Vibration;
49254 PLcom/android/server/vibrator/Step;->getVibratorOnDuration()J
49255 PLcom/android/server/vibrator/Step;->isCleanUp()Z
49399 HPLcom/android/server/vibrator/VibrationStepConductor;->pollNext()Lcom/android/server/vibrator/Step
[all …]