Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A 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 …]
H A 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
H A 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
H A DVibrationThreadTest.java699 List<VibrationEffectSegment> segments = in vibrate_singleVibratorComposedWithFallback_replacedInTheMiddleOfComposition() local
H A DVibratorManagerServiceTest.java1460 List<VibrationEffectSegment> segments = mVibratorProviders.get(1).getAllEffectSegments(); in vibrate_prebakedAndComposedVibrationsWithFallbacks_playsFallbackOnlyForPredefined() local
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A 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()
H A 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()
H A DComposePwleVibratorStep.java100 List<RampSegment> segments = new ArrayList<>(limit); in unrollRampSegments() local
145 private boolean isBetterBreakPosition(List<RampSegment> segments, in isBetterBreakPosition()
H A DVibrationEffectAdapters.java50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
H A DComposePrimitivesVibratorStep.java100 List<PrimitiveSegment> segments = new ArrayList<>(limit); in unrollPrimitiveSegments() local
H A DClippingAmplitudeAndFrequencyAdapter.java39 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
H A DRampToStepAdapter.java44 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
H A DSetAmplitudeVibratorStep.java174 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
H A DVibrationStats.java254 void reportComposePwle(long halResult, RampSegment[] segments) { in reportComposePwle()
/aosp14/frameworks/base/core/java/android/text/
H A DSegmentFinder.java90 public PrescribedSegmentFinder(@NonNull int[] segments) { in PrescribedSegmentFinder()
196 private static void checkSegmentsValid(int[] segments) { in checkSegmentsValid()
/aosp14/frameworks/base/core/java/android/content/
H A DContentUris.java133 final List<String> segments = contentUri.getPathSegments(); in removeId() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DMmsQueryHelperTest.java166 List<String> segments = uri.getPathSegments(); in query() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DSettingsToPropertiesMapper.java215 String[] segments = property_name.split("\\."); in getResetNativeCategories() local
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java284 List<StepSegment> segments = new ArrayList<>(); in createWaveform() local
671 public Composed(@NonNull List<? extends VibrationEffectSegment> segments, int repeatIndex) { in Composed()
695 List<VibrationEffectSegment> segments = getSegments(); in computeCreateWaveformOffOnTimingsOrNull() local
H A DEnvironment.java1553 public static File[] buildPaths(File[] base, String... segments) { in buildPaths()
1567 public static File buildPath(File base, String... segments) { in buildPath()
/aosp14/frameworks/base/core/java/android/net/
H A 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
/aosp14/frameworks/base/core/proto/android/server/vibrator/
H A Dvibratormanagerservice.proto65 optional SegmentProto segments = 1; field
/aosp14/frameworks/base/services/core/java/com/android/server/slice/
H A DSliceClientPermissions.java291 final String[] segments = mPaths.valueAt(i); in writeTo() local
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java466 public boolean swipe(Point[] segments, int segmentSteps) { in swipe()