Searched refs:mVertexPoints (Results 1 – 1 of 1) sorted by relevance
40 private float[] mVertexPoints = null; field in BackgroundView58 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()