Searched defs:hypot (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DFloatMath.java103 public static native float hypot(float x, float y); method in class:FloatMath
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DFloatMath_Delegate.java129 /*package*/ static float hypot(float x, float y) { method in class:FloatMath_Delegate
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java170 private static float hypot(float x, float y) { method in class:PointCloud
180 float glowDistance = hypot(glowManager.x - point.x, glowManager.y - point.y);
188 float radius = hypot(point.x, point.y);

Completed in 56 milliseconds