Example usage for Java android.util MathUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
int | constrain(int amount, int low, int high) |
long | constrain(long amount, long low, long high) |
float | constrain(float amount, float low, float high) |