Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoApplet.java33 setBackground(Color.white); in init()
35 demoButton.setBackground(Color.yellow); in init()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java79 setBackground(DemoUtility.bgColor); in init()
116 statusLabel.setBackground(Color.WHITE); in showStatus()
125 statusLabel.setBackground(Color.GRAY); in showFailure()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java167 setBackground(DemoUtility.bgColor); in buildGUI()
236 dateMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
251 up.setBackground(DemoUtility.bgColor); in buildGUI()
252 down.setBackground(DemoUtility.bgColor); in buildGUI()
291 localeMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
DCalendarFrame.java118 setBackground(DemoUtility.bgColor); in init()
134 calMenu[i].setBackground(DemoUtility.choiceColor); in init()
205 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/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTheme.java41 c.setBackground(MAIN_ALT_BACKGROUND); in apply()
DTweenApplet.java70 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load()
DTimelineApplet.java79 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load()
/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()
DTestCaseEditController.java626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE); in getListCellRendererComponent()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java182 setBackground(DemoUtility.bgColor); in buildGUI()
217 localeMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
240 displayMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DImagePanel.java26 public void setBackground(URL bgURL) { in setBackground() method in ImagePanel
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java697 setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
700 setBackground(list.getBackground()); in getListCellRendererComponent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java501 setBackground(view, value); in setProperty()
582 private void setBackground(View view, String value) { in setBackground() method in ViewInflater
588 view.setBackground(getDrawable(value)); in setBackground()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp707 item->setBackground(Qt::BDiagPattern); in add_persistent()
945 item->setBackground(Qt::NoBrush); in event_notify()
1881 item->setBackground(Qt::NoBrush); in enable_persistent()
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch404 topPanelLocal.setBackground(java.awt.Color.lightGray);
412 topPanelRemote.setBackground(java.awt.Color.lightGray);
427 topPanel.setBackground(java.awt.Color.lightGray);
436 statusPanel.setBackground(java.awt.Color.lightGray);
444 remotePanel.setBackground(java.awt.Color.lightGray);
468 buttonPanel.setBackground(java.awt.Color.lightGray);
685 remoteLocation.setBackground(new Color(255,255,238));
693 localLocation.setBackground( new Color(255,255,238));
737 connectionStatus.setBackground(java.awt.Color.lightGray);
1196 localFileTable.setBackground(new Color(238, 238, 238));
[all …]