/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | RampDownAdapterTest.java | 50 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 …]
|
D | StepToRampAdapterTest.java | 58 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
|
D | RampToStepAdapterTest.java | 59 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
|
D | SplitSegmentsAdapterTest.java | 62 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/ |
D | VibrationEffectXmlSerializer.java | 79 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
|
D | SerializedVibrationEffect.java | 49 SerializedVibrationEffect(@NonNull SerializedSegment[] segments) { in SerializedVibrationEffect()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | RampDownAdapter.java | 55 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()
|
D | ComposePwleVibratorStep.java | 99 List<RampSegment> segments = new ArrayList<>(limit); in unrollRampSegments() local 144 private boolean isBetterBreakPosition(List<RampSegment> segments, in isBetterBreakPosition()
|
D | VibrationSegmentsAdapter.java | 40 int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, int repeatIndex); in adaptToVibrator()
|
D | StepToRampAdapter.java | 39 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
|
D | ClippingAmplitudeAndFrequencyAdapter.java | 38 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
|
D | ComposePrimitivesVibratorStep.java | 100 List<PrimitiveSegment> segments = new ArrayList<>(limit); in unrollPrimitiveSegments() local
|
D | RampToStepAdapter.java | 46 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
|
D | SplitSegmentsAdapter.java | 41 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator()
|
D | SetAmplitudeVibratorStep.java | 174 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
|
D | VibrationScaler.java | 158 ArrayList<VibrationEffectSegment> segments = in scale() local
|
D | VibrationStats.java | 266 void reportComposePwle(long halResult, RampSegment[] segments) { in reportComposePwle()
|
/frameworks/base/core/java/android/text/ |
D | SegmentFinder.java | 90 public PrescribedSegmentFinder(@NonNull int[] segments) { in PrescribedSegmentFinder() 196 private static void checkSegmentsValid(int[] segments) { in checkSegmentsValid()
|
/frameworks/base/core/java/android/content/ |
D | ContentUris.java | 134 final List<String> segments = contentUri.getPathSegments(); in removeId() local
|
/frameworks/native/libs/gui/ |
D | OccupancyTracker.cpp | 89 std::vector<Segment> segments(mSegmentHistory.cbegin(), in getSegmentHistory() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | MmsQueryHelperTest.java | 166 List<String> segments = uri.getPathSegments(); in query() local
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 285 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/ |
D | Uri.java | 1016 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/ |
D | vibratormanagerservice.proto | 65 optional SegmentProto segments = 1; field
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 573 String[] segments = property_name.split("\\."); in getResetNativeCategories() local
|