Searched refs:sortedJankIndices (Results 1 – 1 of 1) sorted by relevance
86 int[] sortedJankIndices = result.getSortedJankFrameIndices(); in storeRunResults() local112 if (jankIndexIndex < sortedJankIndices.length && in storeRunResults()113 sortedJankIndices[jankIndexIndex] == frameIdx) { in storeRunResults()123 + " Jank: " + (100 * sortedJankIndices.length) / (float) totalFrameCount + "%", in storeRunResults()