Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java55 public static final int FRAME_PERIOD_MS = 16; field in UiBenchmarkResult
186 if (thisDuration > FRAME_PERIOD_MS) { in getSortedJankFrameIndices()
191 if (thisDuration > 2 * FRAME_PERIOD_MS) { in getSortedJankFrameIndices()