Home
last modified time | relevance | path

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

123

/aosp12/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
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 …]
H A 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
H A 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
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPath.java86 String[] segments = split(); in toString() local
102 String[] segments = split(s); in fromString() local
117 String[] segments = new String[n]; in split() local
132 ArrayList<String> segments = new ArrayList<String>(); in split() local
161 ArrayList<String> segments = new ArrayList<String>(); in splitSequence() local
H A DPathMatcher.java33 String[] segments = Path.split(pattern); in add() local
42 String[] segments = path.split(); in match() local
H A DComboSource.java38 String[] segments = path.split(); in createMediaObject() local
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A 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()
H A 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()
H A DVibrationEffectAdapters.java50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
H A DRampToStepAdapter.java43 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
H A DClippingAmplitudeAndFrequencyAdapter.java41 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode.cpp20 std::vector<std::string> segments; in GetPathSegments() local
82 std::vector<std::string> segments = GetPathSegments(root->GetName().size(), absolute_path); in LookupAbsolutePath() local
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/
H A DRestrictedOutgoingSipRequestValidator.java43 String[] segments = SipMessageParsingUtils.splitStartLineAndVerify(startLine); in validate() local
/aosp12/frameworks/base/core/java/android/content/
H A DContentUris.java133 final List<String> segments = contentUri.getPathSegments(); in removeId() local
/aosp12/system/bt/audio_bluetooth_hw/
H A Dutils.cc35 std::vector<std::string> segments = android::base::Split(params, ";"); in ParseAudioParams() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DClockOptionsProvider.java84 List<String> segments = uri.getPathSegments(); in getType() local
130 List<String> segments = uri.getPathSegments(); in openFile() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DUriUtils.java86 final List<String> segments = lookupUri.getPathSegments(); in getLookupKeyFromUri() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DUriUtils.java84 final List<String> segments = lookupUri.getPathSegments(); in getLookupKeyFromUri() local
/aosp12/frameworks/native/libs/gui/
H A DOccupancyTracker.cpp89 std::vector<Segment> segments(mSegmentHistory.cbegin(), in getSegmentHistory() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/
H A DGlidePhotoManagerImpl.java171 List<String> segments = Uri.parse(lookupUri).getPathSegments(); in getIdentifier() local
/aosp12/system/bt/gd/l2cap/internal/
H A Dle_credit_based_channel_data_controller.cc43 std::vector<std::unique_ptr<packet::RawBuilder>> segments; in OnSdu() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Drpl.h39 } segments; member
H A Dseg6.h31 struct in6_addr segments[0]; member
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DMmsQueryHelperTest.java166 List<String> segments = uri.getPathSegments(); in query() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMediaScratchFileProvider.java57 final List<String> segments = uri.getPathSegments(); in isMediaScratchSpaceUri() local

123