Home
last modified time | relevance | path

Searched defs:fromInclusive (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DRange.java79 …public static <T extends Comparable<? super T>> Range<T> between(final T fromInclusive, final T to… in between()
103 …public static <T> Range<T> between(final T fromInclusive, final T toInclusive, final Comparator<T>… in between()
159 …public static <T extends Comparable<? super T>> Range<T> of(final T fromInclusive, final T toInclu… in of()
182 …public static <T> Range<T> of(final T fromInclusive, final T toInclusive, final Comparator<T> comp… in of()
H A DDoubleRange.java48 public static DoubleRange of(final double fromInclusive, final double toInclusive) { in of()
68 public static DoubleRange of(final Double fromInclusive, final Double toInclusive) { in of()
H A DLongRange.java48 public static LongRange of(final long fromInclusive, final long toInclusive) { in of()
68 public static LongRange of(final Long fromInclusive, final Long toInclusive) { in of()
H A DIntegerRange.java48 public static IntegerRange of(final int fromInclusive, final int toInclusive) { in of()
68 public static IntegerRange of(final Integer fromInclusive, final Integer toInclusive) { in of()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
H A DPlaybackParameters.java62 @FloatRange(from = 0, fromInclusive = false) float speed, in PlaybackParameters() argument
89 public PlaybackParameters withSpeed(@FloatRange(from = 0, fromInclusive = false) float speed) { in withSpeed() argument
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
H A DPlaybackParameters.java65 @FloatRange(from = 0, fromInclusive = false) float speed, in PlaybackParameters() argument
92 public PlaybackParameters withSpeed(@FloatRange(from = 0, fromInclusive = false) float speed) { in withSpeed() argument
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/anim/
DSpringAnimationBuilder.java96 @FloatRange(from = 0.0, fromInclusive = false) float stiffness) { in setStiffness() argument
105 @FloatRange(from = 0.0, to = 1.0, fromInclusive = false, toInclusive = false) in setDampingRatio() argument
115 @FloatRange(from = 0.0, fromInclusive = false) float minimumVisibleChange) { in setMinimumVisibleChange() argument
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
H A DFilterTestBase.java81 AbstractInsnNode fromInclusive; field in FilterTestBase.Range
87 Range(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive) { in Range()
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DTrustedPresentationThresholds.java105 @FloatRange(from = 0f, fromInclusive = false, to = 1f) float minAlpha, in TrustedPresentationThresholds() argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
H A DForwardingNavigableSet.java198 boolean fromInclusive, in subSet()
211 boolean fromInclusive, in standardSubSet()
H A DContiguousSet.java177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
H A DImmutableSortedSet.java616 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
651 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
H A DForwardingNavigableSet.java198 boolean fromInclusive, in subSet()
211 boolean fromInclusive, in standardSubSet()
H A DContiguousSet.java177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
H A DImmutableSortedSet.java673 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
708 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
H A DRegularContiguousSet.java62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/haptics/slider/
DSliderHapticFeedbackConfig.java89 float lowerBookendScale, @androidx.annotation.FloatRange(from = 0.0, fromInclusive = false) in SliderHapticFeedbackConfig() argument
261 float lowerBookendScale, @androidx.annotation.FloatRange(from = 0.0, fromInclusive = false) in copy() argument
/aosp_15_r20/tools/metalava/stub-annotations/src/main/java/androidx/annotation/
H A DFloatRange.java38 boolean fromInclusive() default true; in fromInclusive() method
/aosp_15_r20/frameworks/libs/modules-utils/java/android/annotation/
DFloatRange.java51 boolean fromInclusive() default true; in fromInclusive() method
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DIFilterOutput.java34 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentNavigableMap.java62 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java62 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java62 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap()

12345678910>>...33