Searched defs:POSITIVE_INFINITY (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/annotation/
H A DFloatRange.java48 double to() default Double.POSITIVE_INFINITY;
/frameworks/support/annotations/src/android/support/annotation/
H A DFloatRange.java47 double to() default Double.POSITIVE_INFINITY;
/frameworks/base/core/java/android/util/
H A DRational.java48 public static final Rational POSITIVE_INFINITY = new Rational(1, 0); field in class:Rational
583 return POSITIVE_INFINITY;
H A DHalf.java147 public static final @HalfFloat short POSITIVE_INFINITY = (short) 0x7c00; field in class:Half
369 * than all other half-precision float values (including {@code #POSITIVE_INFINITY})</li>
404 * than all other half-precision float values (including {@code #POSITIVE_INFINITY})</li>
520 * the result is positive infinity (see {@link #POSITIVE_INFINITY})</li>
862 * {@link #POSITIVE_INFINITY}, {@link #NEGATIVE_INFINITY},
878 * <li>If the input is {@link #POSITIVE_INFINITY} or
880 * {@link Float#POSITIVE_INFINITY} or {@link Float#NEGATIVE_INFINITY}</li>
923 * <li>If the input is {@link Float#POSITIVE_INFINITY} or
925 * {@link #POSITIVE_INFINITY} or {@link #NEGATIVE_INFINITY}</li>
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5385 milliseconds