Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMultiTouchActivity.java61 private int[] mColors; field in MultiTouchActivity
311 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()