Searched defs:clamp (Results 1 – 5 of 5) sorted by relevance
155 public static <TValue extends Number> double clamp(TValue val, TValue min, TValue max) { in clamp() method in SensorCtsHelper
302 final int clamp(int c) { in clamp() method in ImageProcessingTest.BlendFunc
413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() method in CoreMathVerifier
837 private static double clamp(double low, double high, double value) { in clamp() method in RawConverter
680 private static float clamp(float f) { in clamp() method in BitmapTest684 private static float clamp(float f, float min, float max) { in clamp() method in BitmapTest