| /frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ | 
| D | RampDownAdapterTest.java | 58         List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList(  in testPrebakedAndPrimitiveSegments_keepsListUnchanged()  local72         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 …]
 
 | 
| D | StepToRampAdapterTest.java | 63         List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList(  in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments()  local79         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
 
 | 
| D | RampToStepAdapterTest.java | 64         List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList(  in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged()  local79         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
 
 | 
| D | VibrationThreadTest.java | 699         List<VibrationEffectSegment> segments =  in vibrate_singleVibratorComposedWithFallback_replacedInTheMiddleOfComposition()  local
 | 
| /frameworks/base/services/core/java/com/android/server/vibrator/ | 
| D | StepToRampAdapter.java | 39     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()
 
 | 
| D | RampDownAdapter.java | 55     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()
 
 | 
| D | ComposePwleVibratorStep.java | 100         List<RampSegment> segments = new ArrayList<>(limit);  in unrollRampSegments()  local145     private boolean isBetterBreakPosition(List<RampSegment> segments,  in isBetterBreakPosition()
 
 | 
| D | VibrationEffectAdapters.java | 50         int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier);  in apply()
 | 
| D | ComposePrimitivesVibratorStep.java | 100         List<PrimitiveSegment> segments = new ArrayList<>(limit);  in unrollPrimitiveSegments()  local
 | 
| D | RampToStepAdapter.java | 44     public int apply(List<VibrationEffectSegment> segments, int repeatIndex,  in apply()
 | 
| D | ClippingAmplitudeAndFrequencyAdapter.java | 39     public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) {  in apply()
 | 
| D | SetAmplitudeVibratorStep.java | 174         List<VibrationEffectSegment> segments = effect.getSegments();  in getVibratorOnDuration()  local
 | 
| D | VibrationStats.java | 254     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 | 133         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/services/core/java/com/android/server/am/ | 
| D | SettingsToPropertiesMapper.java | 215             String[] segments = property_name.split("\\.");  in getResetNativeCategories()  local
 | 
| /frameworks/base/core/java/android/os/ | 
| D | VibrationEffect.java | 284         List<StepSegment> segments = new ArrayList<>();  in createWaveform()  local671         public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) {  in Composed()
 695             List<VibrationEffectSegment> segments = getSegments();  in computeCreateWaveformOffOnTimingsOrNull()  local
 
 | 
| D | Environment.java | 1553     public static File[] buildPaths(File[] base, String... segments) {  in buildPaths()1567     public static File buildPath(File base, String... segments) {  in buildPath()
 
 | 
| /frameworks/base/core/java/android/net/ | 
| D | Uri.java | 1016         final String[] segments;  field in Uri.PathSegments1019         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/slice/ | 
| D | SliceClientPermissions.java | 291                 final String[] segments = mPaths.valueAt(i);  in writeTo()  local
 | 
| /frameworks/native/services/inputflinger/reader/mapper/ | 
| D | TouchpadInputMapper.cpp | 60 const std::vector<CurveSegment> segments = {  variable
 | 
| /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ | 
| D | UiDevice.java | 466     public boolean swipe(Point[] segments, int segmentSteps) {  in swipe()
 |