/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A 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 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 D | StepToRampAdapterTest.java | 63 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 D | RampToStepAdapterTest.java | 64 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 D | VibrationThreadTest.java | 699 List<VibrationEffectSegment> segments = in vibrate_singleVibratorComposedWithFallback_replacedInTheMiddleOfComposition() local
|
H A D | VibratorManagerServiceTest.java | 1460 List<VibrationEffectSegment> segments = mVibratorProviders.get(1).getAllEffectSegments(); in vibrate_prebakedAndComposedVibrationsWithFallbacks_playsFallbackOnlyForPredefined() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A 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()
|
H A 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()
|
H A D | ComposePwleVibratorStep.java | 100 List<RampSegment> segments = new ArrayList<>(limit); in unrollRampSegments() local 145 private boolean isBetterBreakPosition(List<RampSegment> segments, in isBetterBreakPosition()
|
H A D | VibrationEffectAdapters.java | 50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
|
H A D | ComposePrimitivesVibratorStep.java | 100 List<PrimitiveSegment> segments = new ArrayList<>(limit); in unrollPrimitiveSegments() local
|
H A D | ClippingAmplitudeAndFrequencyAdapter.java | 39 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
|
H A D | RampToStepAdapter.java | 44 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
|
H A D | SetAmplitudeVibratorStep.java | 174 List<VibrationEffectSegment> segments = effect.getSegments(); in getVibratorOnDuration() local
|
H A D | VibrationStats.java | 254 void reportComposePwle(long halResult, RampSegment[] segments) { in reportComposePwle()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | SegmentFinder.java | 90 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 D | ContentUris.java | 133 final List<String> segments = contentUri.getPathSegments(); in removeId() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | MmsQueryHelperTest.java | 166 List<String> segments = uri.getPathSegments(); in query() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | SettingsToPropertiesMapper.java | 215 String[] segments = property_name.split("\\."); in getResetNativeCategories() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 284 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 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()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 1016 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 D | vibratormanagerservice.proto | 65 optional SegmentProto segments = 1; field
|
/aosp14/frameworks/base/services/core/java/com/android/server/slice/ |
H A D | SliceClientPermissions.java | 291 final String[] segments = mPaths.valueAt(i); in writeTo() local
|
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiDevice.java | 466 public boolean swipe(Point[] segments, int segmentSteps) { in swipe()
|