Searched defs:floor (Results 1 – 4 of 4) sorted by relevance
40 public static native float floor(float value); in floor() method in FloatMath
45 /*package*/ static float floor(float value) { in floor() method in FloatMath_Delegate
401 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local
272 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local