Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java35 public static final int FRAME_JANK_RECORD_DRAW = 1 << 0; field in DrawFramesActivity
74 jankIf(FRAME_JANK_RECORD_DRAW); in onCreate()
DSimpleDrawFrameTests.java76 frames[indx] = DrawFramesActivity.FRAME_JANK_RECORD_DRAW; in testDrawJankyFrames()