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

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

Completed in 64 milliseconds