Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java546 public static int boundToRange(int value, int lowerBound, int upperBound) { in boundToRange() method in Utilities
553 public static float boundToRange(float value, float lowerBound, float upperBound) { in boundToRange() method in Utilities
560 public static long boundToRange(long value, long lowerBound, long upperBound) { in boundToRange() method in Utilities