Searched refs:getMetricPosition (Results 1 – 1 of 1) sorted by relevance
78 int pos = getMetricPosition(id); in getAverage()83 int pos = getMetricPosition(id); in getMinimum()88 int pos = getMetricPosition(id); in getMaximum()93 int pos = getMetricPosition(id); in getMaximumIndex()106 return mStoredStatistics[getMetricPosition(metricId)].getElement(index); in getMetricAtIndex()113 int metricPos = getMetricPosition(id); in getPercentile()148 double total95th = mStoredStatistics[getMetricPosition(FrameMetrics.TOTAL_DURATION)] in getJankPenalty()165 mStoredStatistics[getMetricPosition(FrameMetrics.TOTAL_DURATION)]; in getConsistencyBonus()181 int totalDurationPos = getMetricPosition(FrameMetrics.TOTAL_DURATION); in getSortedJankFrameIndices()206 private int getMetricPosition(int id) { in getMetricPosition() method in UiBenchmarkResult