Home
last modified time | relevance | path

Searched refs:minIdx (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java211 int minIdx = -1; in findMinAndMax() local
218 minIdx = idx; in findMinAndMax()
226 return new Int2(minIdx, maxIdx); in findMinAndMax()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2094 int minIdx = 0; in getClosestValueInArray() local
2100 minIdx = i; in getClosestValueInArray()
2104 return values[minIdx]; in getClosestValueInArray()