/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | ImageViewer.java | 523 bufferGc.setBackground(BLACK_COLOR); 575 gc.setBackground(getColor(t.color)); 589 gc.setBackground(getColor(t.color)); 603 gc.setBackground(getColor(t.color)); 618 gc.setBackground(getColor(t.color)); 631 gc.setBackground(LOCK_COLOR); 654 gc.setBackground(BACK_COLOR); 656 gc.setBackground(PATCH_ONEWAY_COLOR); 658 gc.setBackground(PATCH_ONEWAY_COLOR); 660 gc.setBackground(PATCH_COLOR); [all …]
|
D | StatusPanel.java | 128 mHelpLabel.setBackground(new Color(AdtPlugin.getDisplay(), 0xFF, 0xFF, 0xFF)); in StatusPanel()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | DurationMinimap.java | 277 gc.setBackground(mBackgroundColor); in drawBackground() 309 gc.setBackground(mDurationLineColor); in drawCallDurations() 319 gc.setBackground(mGlErrorColor); in drawCallDurations() 328 gc.setBackground(mGlDrawColor); in drawCallDurations() 342 gc.setBackground(mDurationLineColor); in drawCallDurations() 353 gc.setBackground(mVisibleCallsHighlightColor); in drawVisibleCallHighlights()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LintTooltip.java | 52 setBackground(bg); in createContents() 66 icon.setBackground(bg); in createContents()
|
D | MarqueeGesture.java | 152 gc.setBackground(mFill); in paint()
|
D | GestureToolTip.java | 101 mLabel.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in GestureToolTip()
|
D | HoverOverlay.java | 181 gc.setBackground(fill); in paint()
|
D | GCWrapper.java | 190 public void setBackground(@NonNull IColor color) { in setBackground() method in GCWrapper 192 getGc().setBackground(((ColorWrapper) color).getColor()); in setBackground() 439 mGc.setBackground(color); in useStyle()
|
D | IncludeOverlay.java | 71 gc.setBackground(bg); in paint()
|
D | PaletteControl.java | 498 wrapper.setBackground(mBackground); in reloadPalette() 502 composite.setBackground(mBackground); in reloadPalette() 523 composite.setBackground(mBackground); in reloadPalette() 644 imageControl.setBackground(mBackground); in createItem() 660 item.setBackground(mBackground); in createItem()
|
D | ImageControl.java | 205 gc.setBackground(mHoverColor); in onPaint()
|
D | BinPacker.java | 317 g.setBackground(color); in dumpImage()
|
D | AccordionControl.java | 302 label.setBackground(new Color[] { in updateBackground()
|
D | RenderPreview.java | 868 gc.setBackground(gc.getDevice().getSystemColor(SWT.COLOR_WIDGET_BORDER)); in paint() 898 gc.setBackground(gc.getDevice().getSystemColor(SWT.COLOR_WIDGET_BORDER)); in paint() 915 gc.setBackground(bg); in paint()
|
D | OutlinePage.java | 1401 mTip.setBackground(bg); in setupTooltip() 1408 mLabel.setBackground(bg); in setupTooltip()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | CaptureRenderer.java | 31 setBackground(Color.BLACK); in CaptureRenderer()
|
D | LayoutRenderer.java | 47 setBackground(Color.BLACK); in LayoutRenderer()
|
D | Workspace.java | 785 layoutView.setBackground(Color.WHITE); in buildLayoutViewControlButtons() 798 layoutView.setBackground(Color.BLACK); in buildLayoutViewControlButtons() 830 solidColor.setBackground(Color.BLACK); in showCaptureWindow() 844 solidColor.setBackground(Color.WHITE); in showCaptureWindow() 856 solidColor.setBackground(Color.BLACK); in showCaptureWindow()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | IconFactory.java | 376 gc.setBackground(backgroundColor); in getImageData() 379 gc.setBackground(display.getSystemColor(SWT.COLOR_WHITE)); in getImageData()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestGraphics.java | 142 public void setBackground(@NonNull IColor color) { in setBackground() method in TestGraphics
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | EditableDialogCellEditor.java | 131 text.setBackground(cell.getBackground()); in createContents()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyEditor.java | 195 gc.setBackground(color); in paint() 201 gc.setBackground(oldBackground); in paint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintListDialog.java | 154 mDetailsText.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in createDialogArea()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
D | TraceviewEditor.java | 279 sashForm1.setBackground(darkGray); in createPartControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ImportPage.java | 460 cell.setBackground(display.getSystemColor(SWT.COLOR_LIST_BACKGROUND)); in update()
|