Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DSimpleDrawFrameTests.java46 void runTest(final int[] framesToDraw) throws Throwable { in runTest() argument
52 activity.drawFrames(framesToDraw); in runTest()
53 final int expectedFrameCount = initialFrames + framesToDraw.length; in runTest()
DDrawFramesActivity.java156 public void drawFrames(final int[] framesToDraw) throws InterruptedException, TimeoutException { in drawFrames() argument
162 for (int frame : framesToDraw) { in drawFrames()
173 mFramesToDraw = framesToDraw; in drawFrames()
179 throw new TimeoutException("Drawing " + framesToDraw.length + " frames timed out after " in drawFrames()