Home
last modified time | relevance | path

Searched refs:setBackground (Results 1 – 25 of 29) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java523 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 …]
DStatusPanel.java128 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/
DDurationMinimap.java277 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/
DLintTooltip.java52 setBackground(bg); in createContents()
66 icon.setBackground(bg); in createContents()
DMarqueeGesture.java152 gc.setBackground(mFill); in paint()
DGestureToolTip.java101 mLabel.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in GestureToolTip()
DHoverOverlay.java181 gc.setBackground(fill); in paint()
DGCWrapper.java190 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()
DIncludeOverlay.java71 gc.setBackground(bg); in paint()
DPaletteControl.java498 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()
DImageControl.java205 gc.setBackground(mHoverColor); in onPaint()
DBinPacker.java317 g.setBackground(color); in dumpImage()
DAccordionControl.java302 label.setBackground(new Color[] { in updateBackground()
DRenderPreview.java868 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()
DOutlinePage.java1401 mTip.setBackground(bg); in setupTooltip()
1408 mLabel.setBackground(bg); in setupTooltip()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java31 setBackground(Color.BLACK); in CaptureRenderer()
DLayoutRenderer.java47 setBackground(Color.BLACK); in LayoutRenderer()
DWorkspace.java785 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/
DIconFactory.java376 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/
DTestGraphics.java142 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/
DEditableDialogCellEditor.java131 text.setBackground(cell.getBackground()); in createContents()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java195 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/
DLintListDialog.java154 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/
DTraceviewEditor.java279 sashForm1.setBackground(darkGray); in createPartControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportPage.java460 cell.setBackground(display.getSystemColor(SWT.COLOR_LIST_BACKGROUND)); in update()

12