Searched refs:colors (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | GraphicsUtilities.java | 37 final int[] colors = new int[image.width]; in convertToNinePatch() local 43 image.getPixels(0, y, image.width, colors, 0); in convertToNinePatch() 44 result.setPixels(1, y + 1, image.width, colors, 0); in convertToNinePatch() 82 final int[] colors = new int[image.width]; in copy() local 88 image.getPixels(0, y, image.width, colors, 0); in copy() 89 result.setPixels(0, y, image.width, colors, 0); in copy()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
D | OldLogCatView.java | 186 LogColors colors = new LogColors(); in createPartControl() local 190 colors.infoColor = new Color(d, 0, 127, 0); in createPartControl() 191 colors.debugColor = new Color(d, 0, 0, 127); in createPartControl() 192 colors.errorColor = new Color(d, 255, 0, 0); in createPartControl() 193 colors.warningColor = new Color(d, 255, 127, 0); in createPartControl() 194 colors.verboseColor = new Color(d, 0, 0, 0); in createPartControl() 267 mLogPanel = new LogPanel(colors, new FilterStorage(), LogPanel.FILTER_MANUAL); in createPartControl()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
D | MultiTouchView.java | 154 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | BinPacker.java | 306 Color[] colors = new Color[] { in dumpImage() local 327 Color color = colors[colorIndex]; in dumpImage() 328 colorIndex = (colorIndex + 1) % colors.length; in dumpImage()
|
D | PreviewIconFactory.java | 561 String colors = String.format( in storeBackground() local 565 AdtPlugin.writeFile(file, colors); in storeBackground()
|
/sdk/eclipse/ |
D | changes.txt | 73 * Inline preview of colors and images, as well as the 109 * LogCat: Allow users to set colors for different priorities 270 - Previews of drawables and colors in the resource chooser dialogs. 403 - Rewritten outline drag & drop handling, improved label colors
|