Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DRampDownAdapterTest.java58 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrebakedAndPrimitiveSegments_keepsListUnchanged() local
72 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoOffSegment_keepsListUnchanged() local
88 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoRampDownDuration_keepsOriginalSteps() local
104 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withShortZeroSegment_replaceWithStepsDown() local
118 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withLongZeroSegment_replaceWithStepsDownWithRemainingOffSegment() local
137 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentBeforeRepeat_fixesRepeat() local
156 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentAfterRepeat_preservesRepeat() local
172 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentAtRepeat_fixesRepeatAndAppendOriginalToListEnd() local
197 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToNonZeroSegment_keepsOriginalSteps() local
209 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToShortZeroSegment_skipAndAppendRampDown() local
[all …]
DStepToRampAdapterTest.java63 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local
79 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleDurationLimit_splitsLongRamps() local
112 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withoutPwleCapability_keepsListUnchanged() local
126 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndNoFrequency_keepsOriginalSteps() local
145 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndStepNextToRamp_convertsStepsToRamps() local
175 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withPwleCapabilityAndFrequency_convertsStepsToRamps() local
DRampToStepAdapterTest.java64 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged() local
79 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleCapability_keepsListUnchanged() local
94 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withoutPwleCapability_convertsRampsToSteps() local
/frameworks/base/services/core/java/com/android/server/vibrator/
DStepToRampAdapter.java39 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
50 private void convertStepsToRamps(VibratorInfo info, List<VibrationEffectSegment> segments) { in convertStepsToRamps()
77 private int splitLongRampSegments(VibratorInfo info, List<VibrationEffectSegment> segments, in splitLongRampSegments()
DRampDownAdapter.java55 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
78 private int addRampDownToZeroAmplitudeSegments(List<VibrationEffectSegment> segments, in addRampDownToZeroAmplitudeSegments()
149 private int addRampDownToLoop(List<VibrationEffectSegment> segments, int repeatIndex) { in addRampDownToLoop()
DComposePwleVibratorStep.java97 List<RampSegment> segments = new ArrayList<>(limit); in unrollRampSegments() local
142 private boolean isBetterBreakPosition(List<RampSegment> segments, in isBetterBreakPosition()
DVibrationEffectAdapters.java50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
DComposePrimitivesVibratorStep.java96 List<PrimitiveSegment> segments = new ArrayList<>(limit); in unrollPrimitiveSegments() local
DClippingAmplitudeAndFrequencyAdapter.java39 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
DRampToStepAdapter.java44 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
DSetAmplitudeVibratorStep.java162 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
DVibrationStats.java249 void reportComposePwle(long halResult, RampSegment[] segments) { in reportComposePwle()
/frameworks/base/core/java/android/content/
DContentUris.java133 final List<String> segments = contentUri.getPathSegments(); in removeId() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockOptionsProvider.java84 List<String> segments = uri.getPathSegments(); in getType() local
130 List<String> segments = uri.getPathSegments(); in openFile() 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/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java204 String[] segments = property_name.split("\\."); in getResetNativeCategories() local
/frameworks/base/core/java/android/os/
DVibrationEffect.java258 List<StepSegment> segments = new ArrayList<>(); in createWaveform() local
635 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
DEnvironment.java1501 public static File[] buildPaths(File[] base, String... segments) { in buildPaths()
1515 public static File buildPath(File base, String... segments) { in buildPath()
/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/slice/
DSliceClientPermissions.java291 final String[] segments = mPaths.valueAt(i); in writeTo() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java466 public boolean swipe(Point[] segments, int segmentSteps) { in swipe()