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

/frameworks/base/core/java/android/util/
H A DFloatMath.java49 public static native float ceil(float value); method in class:FloatMath
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DFloatMath_Delegate.java57 /*package*/ static float ceil(float value) { method in class:FloatMath_Delegate
58 return (float)Math.ceil(value);

Completed in 265 milliseconds