Home
last modified time | relevance | path

Searched refs:isPosInf (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DRational.java207 private boolean isPosInf() { in isPosInf() method in Rational
270 } else if (isPosInf()) { in toString()
390 if (isPosInf()) { in intValue()
424 if (isPosInf()) { in longValue()
481 } else if (isPosInf() || another.isNegInf()) { in compareTo()
483 } else if (isNegInf() || another.isPosInf()) { in compareTo()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58246 Landroid/util/Rational;->isPosInf()Z