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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java517 public static int boundToRange(int value, int lowerBound, int upperBound) { method in class:Utilities
522 * @see #boundToRange(int, int, int).
524 public static float boundToRange(float value, float lowerBound, float upperBound) { method in class:Utilities

Completed in 56 milliseconds