Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java70 int lowArrayIndex = Math.min(arrayCopy.size() - 1, in getPercentileValue() local
72 percentileValues.add(arrayCopy.get(lowArrayIndex)); in getPercentileValue()
78 int highArrayIndex = Math.max(lowArrayIndex, (int)(arrayCopy.size() * highPercentile - 1)); in getPercentileValue()