HomeSort by relevance Sort by last modified time
    Searched refs:setBackground (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/ManualTests/resources/
CheckerApplet.java 15 setBackground(new Color(255, 255, 255));
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryView.java 40 public void setBackground(Drawable background) {
44 super.setBackground(inset);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 86 gc.setBackground(bg);
147 gc.setBackground(lightblue);
210 gc.setBackground(gray);
212 gc.setBackground(yellow);
214 gc.setBackground(red);
217 gc.setBackground(yellow);
219 gc.setBackground(green);
240 gc.setBackground(lightblue);
242 gc.setBackground(white);
FingerPrintGraph.java 247 this.gc.setBackground(whiteref);
261 this.gc.setBackground(YELLOW);
280 this.gc.setBackground(GRAY);
282 this.gc.setBackground(failureColor);
285 this.gc.setBackground(okColor);
308 this.gc.setBackground(YELLOW);
529 this.gc.setBackground(lightblue);
560 this.gc.setBackground(WHITE);
LineGraph.java 131 g.setBackground(thisItem.color);
150 g.setBackground(oldbg);
TimeLineGraph.java 97 g.setBackground(thisItem.color);
109 g.setBackground(thisItem.color);
137 g.setBackground(oldbg);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 78 gc.setBackground(borderGradientColor2);
82 gc.setBackground(faceColor);
88 gc.setBackground(borderGradientColor1);
94 gc.setBackground(faceColor);
CSpinner.java 91 m_text.setBackground(COLOR_INVALID);
114 win32Hack.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE));
143 setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE));
291 m_text.setBackground(COLOR_VALID);
293 m_text.setBackground(COLOR_INVALID);
CImageLabel.java 102 gc.setBackground(paintGC.getBackground());
  /packages/apps/Settings/src/com/android/settings/accessibility/
ColorPreference.java 91 previewImage.setBackground(null);
121 swatch.setBackground(null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 52 setBackground(bg);
66 icon.setBackground(bg);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 277 gc.setBackground(mBackgroundColor);
309 gc.setBackground(mDurationLineColor);
319 gc.setBackground(mGlErrorColor);
328 gc.setBackground(mGlDrawColor);
342 gc.setBackground(mDurationLineColor);
353 gc.setBackground(mVisibleCallsHighlightColor);
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 217 label.setBackground(list.getSelectionBackground());
222 label.setBackground(list.getBackground());
MemberSpecificationsPanel.java 250 label.setBackground(list.getSelectionBackground());
255 label.setBackground(list.getBackground());
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 94 * @see android.view.View#setBackground(Drawable)
99 view.setBackground(drawable);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java 70 setBackground(background);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 31 setBackground(Color.BLACK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
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...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 129 setBackground(Color.LIGHT_GRAY);
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 227 panel.setBackground(Color.white);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java 92 super.setBackground(new ColorDrawable(0));
114 public void setBackground(Drawable background) {
115 Log.wtf(TAG, "don't setBackground(), it is managed internally");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 189 control.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 80 content.setBackground(d);
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 93 thumb.setBackground(null);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorDisplay.java 87 text.setBackground(null);

Completed in 624 milliseconds

1 2 3 4 5