Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java51 Collection<TValue> collection, float lowPecentile, float highPercentile) { in getPercentileValue() argument
53 if (lowPecentile > highPercentile || lowPecentile < 0 || highPercentile > 1) { in getPercentileValue()
72 int highArrayIndex = Math.max(lowArrayIndex, (int)(arrayCopy.size() * highPercentile - 1)); in getPercentileValue()