Searched refs:mColorIndex (Results 1 – 1 of 1) sorted by relevance
105 mView.mColorIndex = savedInstanceState.getInt("color", 0); in onCreate()108 mView.mColorIndex = 0; in onCreate()162 outState.putInt("color", mView.mColorIndex); in onSaveInstanceState()244 int mColorIndex; field in TouchPaint.PaintView288 mPaint.setColor(COLORS[mColorIndex]); in text()444 mColorIndex = (mColorIndex + 1) % COLORS.length; in advanceColor()462 mPaint.setColor(COLORS[mColorIndex]); in paint()474 mPaint.setColor(COLORS[mColorIndex]); in paint()