Home
last modified time | relevance | path

Searched refs:hypotenuse (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialSelectorView.java201 double hypotenuse = Math.sqrt( in getDegreesFromCoords() local
210 int distanceToInnerNumber = (int) Math.abs(hypotenuse - innerNumberRadius); in getDegreesFromCoords()
212 int distanceToOuterNumber = (int) Math.abs(hypotenuse - outerNumberRadius); in getDegreesFromCoords()
226 if (hypotenuse >= minAllowedHypotenuseForInnerNumber && in getDegreesFromCoords()
227 hypotenuse <= halfwayHypotenusePoint) { in getDegreesFromCoords()
229 } else if (hypotenuse <= maxAllowedHypotenuseForOuterNumber && in getDegreesFromCoords()
230 hypotenuse >= halfwayHypotenusePoint) { in getDegreesFromCoords()
241 int distanceToNumber = (int) Math.abs(hypotenuse - mLineLength); in getDegreesFromCoords()
253 double radians = Math.asin(opposite / hypotenuse); in getDegreesFromCoords()
/frameworks/rs/api/
Drs_math.spec1176 Returns the hypotenuse, i.e. <code>sqrt(a * a + b * b)</code>.
2323 summary: Approximate hypotenuse
/frameworks/rs/scriptc/
Drs_math.rsh2160 * Returns the hypotenuse, i.e. sqrt(a * a + b * b).
4652 * native_hypot: Approximate hypotenuse
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd748 Approximate hypotenuse
3513 <p> Returns the hypotenuse, i.e. <code>sqrt(a * a + b * b)</code>.
5420 <span class='normal'>: Approximate hypotenuse</span>
Dindex.jd1323 Approximate hypotenuse
Doverview.jd1393 Approximate hypotenuse