Home
last modified time | relevance | path

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

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DCustomSurfaceView.java37 private final static long DURATION_TO_MEASURE_ROUGH_MS = 500; field in CustomSurfaceView
73 if ((endTime - startTime) >= DURATION_TO_MEASURE_ROUGH_MS) { in run()