Home
last modified time | relevance | path

Searched defs:segments (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DRampDownAdapterTest.java50 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrebakedAndPrimitiveSegments_keepsListUnchanged() local
64 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoOffSegment_keepsListUnchanged() local
80 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoRampDownDuration_keepsOriginalSteps() local
96 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withShortZeroSegment_replaceWithStepsDown() local
110 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withLongZeroSegment_replaceWithStepsDownWithRemainingOffSegment() local
129 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentBeforeRepeat_fixesRepeat() local
148 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentAfterRepeat_preservesRepeat() local
164 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentAtRepeat_fixesRepeatAndAppendOriginalToListEnd() local
189 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToNonZeroSegment_keepsOriginalSteps() local
201 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToShortZeroSegment_skipAndAppendRampDown() local
[all …]
DStepToRampAdapterTest.java58 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local
77 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withoutPwleCapability_keepsListUnchanged() local
91 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndNoFrequency_keepsOriginalSteps() local
109 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndStepNextToRamp_convertsStepsToRamps() local
138 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withPwleCapabilityAndFrequency_convertsStepsToRamps() local
DRampToStepAdapterTest.java59 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged() local
77 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleCapability_keepsListUnchanged() local
91 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withoutPwleCapability_convertsRampsToSteps() local
DSplitSegmentsAdapterTest.java62 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local
84 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_noPwleCapabilities_returnsOriginalSegments() local
101 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleDurationLimit_splitsLongRampsAndPreserveOtherSegments() local
/frameworks/base/core/java/com/android/internal/vibrator/persistence/
DVibrationEffectXmlSerializer.java79 List<VibrationEffectSegment> segments = effect.getSegments(); in serializePredefinedEffect() local
89 List<VibrationEffectSegment> segments = effect.getSegments(); in serializePrimitiveEffect() local
106 List<VibrationEffectSegment> segments = effect.getSegments(); in serializeWaveformEffect() local
DSerializedVibrationEffect.java49 SerializedVibrationEffect(@NonNull SerializedSegment[] segments) { in SerializedVibrationEffect()
/frameworks/base/services/core/java/com/android/server/vibrator/
DRampDownAdapter.java55 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
78 private int addRampDownToZeroAmplitudeSegments(List<VibrationEffectSegment> segments, in addRampDownToZeroAmplitudeSegments()
149 private int addRampDownToLoop(List<VibrationEffectSegment> segments, int repeatIndex) { in addRampDownToLoop()
DComposePwleVibratorStep.java99 List<RampSegment> segments = new ArrayList<>(limit); in unrollRampSegments() local
144 private boolean isBetterBreakPosition(List<RampSegment> segments, in isBetterBreakPosition()
DVibrationSegmentsAdapter.java40 int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, int repeatIndex); in adaptToVibrator()
DStepToRampAdapter.java39 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
DClippingAmplitudeAndFrequencyAdapter.java38 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
DComposePrimitivesVibratorStep.java100 List<PrimitiveSegment> segments = new ArrayList<>(limit); in unrollPrimitiveSegments() local
DRampToStepAdapter.java46 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
DSplitSegmentsAdapter.java41 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
DSetAmplitudeVibratorStep.java174 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
DVibrationScaler.java158 ArrayList<VibrationEffectSegment> segments = in scale() local
DVibrationStats.java266 void reportComposePwle(long halResult, RampSegment[] segments) { in reportComposePwle()
/frameworks/base/core/java/android/text/
DSegmentFinder.java90 public PrescribedSegmentFinder(@NonNull int[] segments) { in PrescribedSegmentFinder()
196 private static void checkSegmentsValid(int[] segments) { in checkSegmentsValid()
/frameworks/base/core/java/android/content/
DContentUris.java134 final List<String> segments = contentUri.getPathSegments(); in removeId() local
/frameworks/native/libs/gui/
DOccupancyTracker.cpp89 std::vector<Segment> segments(mSegmentHistory.cbegin(), in getSegmentHistory() local
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DMmsQueryHelperTest.java166 List<String> segments = uri.getPathSegments(); in query() local
/frameworks/base/core/java/android/os/
DVibrationEffect.java285 List<StepSegment> segments = new ArrayList<>(); in createWaveform() local
726 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
750 List<VibrationEffectSegment> segments = getSegments(); in computeCreateWaveformOffOnTimingsOrNull() local
/frameworks/base/core/java/android/net/
DUri.java1016 final String[] segments; field in Uri.PathSegments
1019 PathSegments(String[] segments, int size) { in PathSegments()
1042 String[] segments; field in Uri.PathSegmentsBuilder
1080 List<String> segments = getPathSegments(); in getLastPathSegment() local
/frameworks/base/core/proto/android/server/vibrator/
Dvibratormanagerservice.proto65 optional SegmentProto segments = 1; field
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java573 String[] segments = property_name.split("\\."); in getResetNativeCategories() local

12