| /frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
| D | RampDownAdapterTest.java | 58 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 …]
|
| D | StepToRampAdapterTest.java | 56 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
|
| D | RampToStepAdapterTest.java | 58 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/ |
| D | StepToRampAdapter.java | 38 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()
|
| D | RampDownAdapter.java | 55 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()
|
| D | VibrationEffectAdapters.java | 50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
|
| D | RampToStepAdapter.java | 43 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
|
| D | ClippingAmplitudeAndFrequencyAdapter.java | 41 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
|
| D | VibrationThread.java | 1450 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
|
| /frameworks/base/core/java/android/content/ |
| D | ContentUris.java | 133 final List<String> segments = contentUri.getPathSegments(); in removeId() local
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
| D | ClockOptionsProvider.java | 84 List<String> segments = uri.getPathSegments(); in getType() local 130 List<String> segments = uri.getPathSegments(); in openFile() 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/services/core/java/com/android/server/am/ |
| D | SettingsToPropertiesMapper.java | 197 String[] segments = property_name.split("\\."); in getResetNativeCategories() local
|
| /frameworks/base/core/proto/android/server/vibrator/ |
| D | vibratormanagerservice.proto | 65 optional SegmentProto segments = 1; field
|
| /frameworks/base/core/java/android/os/ |
| D | VibrationEffect.java | 256 List<StepSegment> segments = new ArrayList<>(); in createWaveform() local 570 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
|
| D | Environment.java | 1460 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/ |
| D | Uri.java | 1019 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/ |
| D | SliceClientPermissions.java | 291 final String[] segments = mPaths.valueAt(i); in writeTo() local
|
| /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
| D | UiDevice.java | 466 public boolean swipe(Point[] segments, int segmentSteps) { in swipe()
|