Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
DMultiTouchView.java154 public void drawBitmap(int x, int y, int w, int h, int[] colors) { in drawBitmap() argument
156 final Bitmap bmp = Bitmap.createBitmap(colors, 0, w, w, h, Bitmap.Config.ARGB_8888); in drawBitmap()