Home
last modified time | relevance | path

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

/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java61 int[] mFillColors = new int[mVertexPoints.length]; in onDraw() local
65 Arrays.fill(mFillColors, mColors[triangle]); in onDraw()
70 mFillColors, 0, mIndices, in onDraw()