Home
last modified time | relevance | path

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

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DBarGraph.java86 gc.setBackground(bg); in paint()
147 gc.setBackground(lightblue); in paint()
210 gc.setBackground(gray); in paint()
212 gc.setBackground(yellow); in paint()
214 gc.setBackground(red); in paint()
217 gc.setBackground(yellow); in paint()
219 gc.setBackground(green); in paint()
240 gc.setBackground(lightblue); in paint()
242 gc.setBackground(white); in paint()
DFingerPrintGraph.java247 this.gc.setBackground(whiteref); in drawBars()
261 this.gc.setBackground(YELLOW); in drawBars()
280 this.gc.setBackground(GRAY); in drawBars()
282 this.gc.setBackground(failureColor); in drawBars()
285 this.gc.setBackground(okColor); in drawBars()
308 this.gc.setBackground(YELLOW); in drawBars()
529 this.gc.setBackground(lightblue);
560 this.gc.setBackground(WHITE);
DTimeLineGraph.java97 g.setBackground(thisItem.color); in paint()
109 g.setBackground(thisItem.color); in paint()
137 g.setBackground(oldbg); in paint()
DLineGraph.java131 g.setBackground(thisItem.color); in paint()
150 g.setBackground(oldbg); in paint()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCFlatButton.java78 gc.setBackground(borderGradientColor2); in CFlatButton()
82 gc.setBackground(faceColor); in CFlatButton()
88 gc.setBackground(borderGradientColor1); in CFlatButton()
94 gc.setBackground(faceColor); in CFlatButton()
DCSpinner.java91 m_text.setBackground(COLOR_INVALID); in CSpinner()
114 win32Hack.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); in CSpinner()
143 setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); in CSpinner()
291 m_text.setBackground(COLOR_VALID); in setState()
293 m_text.setBackground(COLOR_INVALID); in setState()
DCImageLabel.java102 gc.setBackground(paintGC.getBackground()); in doPaint()
DCCombo3.java103 m_text.setBackground(IColorConstants.listSelection); in CCombo3()
106 m_text.setBackground(IColorConstants.listBackground); in CCombo3()
DCTableCombo.java67 m_text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_LIST_BACKGROUND)); in init()
611 m_text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_LIST_BACKGROUND)); in setEnabled()
613 m_text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WIDGET_LIGHT_SHADOW)); in setEnabled()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoApplet.java31 setBackground(Color.white); in init()
33 demoButton.setBackground(Color.yellow); in init()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java77 setBackground(DemoUtility.bgColor); in init()
114 statusLabel.setBackground(Color.WHITE); in showStatus()
123 statusLabel.setBackground(Color.GRAY); in showFailure()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java165 setBackground(DemoUtility.bgColor); in buildGUI()
234 dateMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
249 up.setBackground(DemoUtility.bgColor); in buildGUI()
250 down.setBackground(DemoUtility.bgColor); in buildGUI()
289 localeMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
DCalendarFrame.java116 setBackground(DemoUtility.bgColor); in init()
132 calMenu[i].setBackground(DemoUtility.choiceColor); in init()
203 displayMenu.setBackground(DemoUtility.choiceColor); in init()
/external/proguard/src/proguard/gui/
DClassSpecificationsPanel.java217 label.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
222 label.setBackground(list.getBackground()); in getListCellRendererComponent()
DMemberSpecificationsPanel.java250 label.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
255 label.setBackground(list.getBackground()); in getListCellRendererComponent()
DClassPathPanel.java403 cellPanel.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
409 cellPanel.setBackground(list.getBackground()); in getListCellRendererComponent()
/external/skia/experimental/ChromeUtils/
DSkBorder.h71 void setBackground(SkPaint* p) { in setBackground() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1078 bufferedGC.setBackground(gc.getBackground()); in handlePaint()
1087 bufferedGC.setBackground(COLOR_BACKGROUND); in handlePaint()
1255 gc.setBackground(COLOR_PROPERTY_BG_SELECTED); in drawProperty()
1258 gc.setBackground(COLOR_PROPERTY_BG_MODIFIED); in drawProperty()
1260 gc.setBackground(COLOR_PROPERTY_BG); in drawProperty()
1315 gc.setBackground(oldBackground); in drawProperty()
DPropertyTableTooltipHelper.java189 control.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in configureColors()
/external/proguard/src/proguard/gui/splash/
DSplashPanel.java227 panel.setBackground(Color.white); in main()
DOverrideGraphics2D.java539 public void setBackground(Color color) in setBackground() method in OverrideGraphics2D
541 graphics.setBackground(color); in setBackground()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DRuleListController.java129 setBackground(Color.LIGHT_GRAY); in getListCellRendererComponent()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java180 setBackground(DemoUtility.bgColor); in buildGUI()
215 localeMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
238 displayMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java695 setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
698 setBackground(list.getBackground()); in getListCellRendererComponent()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12