Searched refs:mColors (Results 1 – 1 of 1) sorted by relevance
61 private int[] mColors; field in MultiTouchActivity311 if (mColors == null || mColors.length < pixel_num) { in onFrameBuffer()312 mColors = new int[pixel_num]; in onFrameBuffer()323 mColors[n] = Color.rgb(r, g, b); in onFrameBuffer()331 mColors[n] = Color.rgb(r, g, b); in onFrameBuffer()337 mImageView.drawBitmap(x, y, w, h, mColors); in onFrameBuffer()