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.java203 int minIdx = -1; in findMinAndMax() local
210 minIdx = idx; in findMinAndMax()
218 return new Int2(minIdx, maxIdx); in findMinAndMax()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java2002 int minIdx = 0; in getClosestValueInArray() local
2008 minIdx = i; in getClosestValueInArray()
2012 return values[minIdx]; in getClosestValueInArray()