Home
last modified time | relevance | path

Searched refs:opposite (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialSelectorView.java252 float opposite = Math.abs(pointY - mYCenter); in getDegreesFromCoords() local
253 double radians = Math.asin(opposite / hypotenuse); in getDegreesFromCoords()
/frameworks/rs/script_api/
Drs_matrix.spec316 with a corner at <code>(-1, -1, -1)</code> and the opposite at <code>(1, 1, 1)</code>.
/frameworks/rs/script_api/include/
Drs_matrix.rsh333 * with a corner at (-1, -1, -1) and the opposite at (1, 1, 1).