Searched refs:DEG_TO_RAD (Results 1 – 2 of 2) sorted by relevance
28 private static final float DEG_TO_RAD = 3.1415926f / 180.0f; field in MathUtils136 return degrees * DEG_TO_RAD; in radians()
77205 Landroid/util/MathUtils;->DEG_TO_RAD:F