Home
last modified time | relevance | path

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

/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java40 private float[] mVertexPoints = null; field in BackgroundView
58 assert(mVertexPoints != null); in onDraw()
61 int[] mFillColors = new int[mVertexPoints.length]; in onDraw()
68 canvas.drawVertices(Canvas.VertexMode.TRIANGLES, mVertexPoints.length, mVertexPoints, in onDraw()
81 mVertexPoints = new float[] { in onSizeChanged()