Searched refs:minValue (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 168 int size, long seed, double minValue, double maxValue) { in createRandomFloatAllocation() argument 174 RSUtils.genRandomDoubles(seed, minValue, maxValue, inArray, false); in createRandomFloatAllocation() 178 RSUtils.genRandomFloats(seed, (float) minValue, (float) maxValue, inArray, false); in createRandomFloatAllocation()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 748 float minValue = 0; in verifyFocusDistanceControl() local 751 resultDistance, minValue, maxValue); in verifyFocusDistanceControl() 2042 float minValue = 0; 2045 float range = maxValue - minValue; 2048 testValues[i] = minValue + stepSize * i;
|