Home
last modified time | relevance | path

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

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