Searched defs:round (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DFastMath.java25 * Fast round from float to int. This is faster than Math.round()
29 public static int round(float x) { method in class:FastMath
/frameworks/base/graphics/java/android/graphics/
H A DRectF.java386 public void round(Rect dst) { method in class:RectF
387 dst.set(FastMath.round(left), FastMath.round(top),
388 FastMath.round(right), FastMath.round(bottom));

Completed in 76 milliseconds