Home
last modified time | relevance | path

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

/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java334 public final int[] COLORS = { field in TouchDisplayView
375 int color = COLORS[id % COLORS.length]; in drawCircle()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java77 static final int[] COLORS = new int[] { field in TouchPaint
288 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()