Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DColorUtils.java47 private static int clamp(int value) { in clamp() method in ColorUtils
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java147 public static <TValue extends Number> double clamp(TValue val, TValue min, TValue max) { in clamp() method in SensorCtsHelper
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java302 final int clamp(int c) { in clamp() method in ImageProcessingTest.BlendFunc
DCoreMathVerifier.java413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() method in CoreMathVerifier
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java766 private static double clamp(double low, double high, double value) { in clamp() method in RawConverter