Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java37 public static final int FRAME_JANK_LAYOUT = 1 << 2; field in DrawFramesActivity
80 jankIf(FRAME_JANK_LAYOUT); in onCreate()
90 if (isFrameFlagSet(FRAME_JANK_LAYOUT)) { in setupFrame()
DSimpleDrawFrameTests.java78 frames[indx + 2] = DrawFramesActivity.FRAME_JANK_LAYOUT; in testDrawJankyFrames()