Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java51 private int mColorIndex; field in DrawFramesActivity
102 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()
105 mColorIndex = (mColorIndex + 1) % COLORS.length; in updateColor()