Searched refs:toDouble (Results 1 – 19 of 19) sorted by relevance
67 val length = if (value == 0) 1 else Math.log10(value.toDouble()).toInt() + 1 in getFormattedNumber()107 valueCache = SparseArray(Math.pow(10.0, length.toDouble()).toInt()) in getFormattedNumber()
118 value = String.valueOf(tag.getValueAsRational(0).toDouble()); in setExifData()166 focalTag.getValueAsRational(0).toDouble()); in extractExifInfo()
117 value = String.valueOf(tag.getValueAsRational(0).toDouble()); in setExifData()168 focalTag.getValueAsRational(0).toDouble()); in extractExifInfo()
359 return Math.abs(ar1.toDouble() - ar2.toDouble()) < ASPECT_RATIO_TOLERANCE; in hasSameAspectRatio()
66 public double toDouble() { in toDouble() method in Rational
1890 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()1891 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()1892 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
739 return (long) r[0].toDouble(); in forceGetValueAsLong()
65 public double toDouble() { in toDouble() method in Rational
1911 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()1912 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()1913 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
1952 double degrees = coordinate[0].toDouble(); in convertLatOrLongToDouble()1953 double minutes = coordinate[1].toDouble(); in convertLatOrLongToDouble()1954 double seconds = coordinate[2].toDouble(); in convertLatOrLongToDouble()
609 val inCircle = (x / r.toDouble()).pow(2.0) + (y / r.toDouble()).pow(2.0) <= 1.0 in <lambda>()
155 val dotAngleRadians = Math.toRadians(dotAngleDegrees.toDouble()) in onDraw()
144 val dotAngleRadians = Math.toRadians(dotAngleDegrees.toDouble()) in onDraw()
79 val totalClockCount = homeClockCount + worldClockCount.toDouble() in getCount()
171 pictureAspectRatio.toDouble(), in onEnter()
588 val endRadius = sqrt(xMax * xMax + yMax * yMax.toDouble()).toFloat() in getAlertAnimator()