Searched refs:mColorIndex (Results 1 – 1 of 1) sorted by relevance
51 private int mColorIndex; field in DrawFramesActivity102 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()105 mColorIndex = (mColorIndex + 1) % COLORS.length; in updateColor()