Home
last modified time | relevance | path

Searched defs:segments (Results 1 – 20 of 20) 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
121 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withLongZeroSegment_replaceWithStepsDown() local
142 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToNonZeroSegment_keepsOriginalSteps() local
154 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToShortZeroSegment_skipAndAppendRampDown() local
173 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToLongZeroSegment_splitAndAppendRampDown() local
194 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withShortZeroSegment_replaceWithRampDown() local
216 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withLongZeroSegment_splitAndAddRampDown() local
[all …]
DStepToRampAdapterTest.java56 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local
72 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleDurationLimit_splitsLongRamps() local
104 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withoutPwleCapability_keepsListUnchanged() local
118 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndNoFrequency_keepsOriginalSteps() local
137 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndStepNextToRamp_convertsStepsToRamps() local
167 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withPwleCapabilityAndFrequency_convertsStepsToRamps() local
DRampToStepAdapterTest.java58 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged() local
73 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleCapability_keepsListUnchanged() local
88 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withoutPwleCapability_convertsRampsToSteps() local
/frameworks/base/services/core/java/com/android/server/vibrator/
DStepToRampAdapter.java38 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
49 private void convertStepsToRamps(List<VibrationEffectSegment> segments) { in convertStepsToRamps()
76 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()
143 private int addRampDownToLoop(List<VibrationEffectSegment> segments, int repeatIndex) { in addRampDownToLoop()
DVibrationEffectAdapters.java50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
DRampToStepAdapter.java43 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
DClippingAmplitudeAndFrequencyAdapter.java41 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
DVibrationThread.java1450 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
/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.java197 String[] segments = property_name.split("\\."); in getResetNativeCategories() local
/frameworks/base/core/proto/android/server/vibrator/
Dvibratormanagerservice.proto65 optional SegmentProto segments = 1; field
/frameworks/base/core/java/android/os/
DVibrationEffect.java256 List<StepSegment> segments = new ArrayList<>(); in createWaveform() local
570 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
DEnvironment.java1460 public static File[] buildPaths(File[] base, String... segments) { in buildPaths()
1474 public static File buildPath(File base, String... segments) { in buildPath()
/frameworks/base/core/java/android/net/
DUri.java1019 final String[] segments; field in Uri.PathSegments
1022 PathSegments(String[] segments, int size) { in PathSegments()
1045 String[] segments; field in Uri.PathSegmentsBuilder
1083 List<String> segments = getPathSegments(); in getLastPathSegment() local
/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()