Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorCtsHelper.java61 int arrayIndex = (int) Math.round(arrayCopy.size() * p - .5f); in getPercentileValue() local
63 arrayIndex = Math.min(Math.max(arrayIndex, 0), arrayCopy.size() - 1); in getPercentileValue()
64 percentileValues.add(arrayCopy.get(arrayIndex)); in getPercentileValue()