/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | Range.java | 79 …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 D | DoubleRange.java | 48 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 D | LongRange.java | 48 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 D | IntegerRange.java | 48 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 D | PlaybackParameters.java | 62 @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 D | PlaybackParameters.java | 65 @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/ |
D | SpringAnimationBuilder.java | 96 @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 D | FilterTestBase.java | 81 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 D | TrustedPresentationThresholds.java | 105 @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 D | EmptyContiguousSet.java | 76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
H A D | ForwardingNavigableSet.java | 198 boolean fromInclusive, in subSet() 211 boolean fromInclusive, in standardSubSet()
|
H A D | ContiguousSet.java | 177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
H A D | ImmutableSortedSet.java | 616 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 D | EmptyContiguousSet.java | 76 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 81 ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
H A D | ForwardingNavigableSet.java | 198 boolean fromInclusive, in subSet() 211 boolean fromInclusive, in standardSubSet()
|
H A D | ContiguousSet.java | 177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
H A D | ImmutableSortedSet.java | 673 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 708 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
H A D | RegularContiguousSet.java | 62 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/ |
D | SliderHapticFeedbackConfig.java | 89 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 D | FloatRange.java | 38 boolean fromInclusive() default true; in fromInclusive() method
|
/aosp_15_r20/frameworks/libs/modules-utils/java/android/annotation/ |
D | FloatRange.java | 51 boolean fromInclusive() default true; in fromInclusive() method
|
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
H A D | IFilterOutput.java | 34 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentNavigableMap.java | 62 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/ |
D | ConcurrentNavigableMap.java | 62 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/ |
D | ConcurrentNavigableMap.java | 62 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap()
|