HomeSort by relevance Sort by last modified time
    Searched full:setbackground (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/manual-tests/resources/
CheckerApplet.java 15 setBackground(new Color(255, 255, 255));
CheckerApplet.class 
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 32 void ExtensionViewGtk::SetBackground(const SkBitmap& background) {
34 render_widget_host_view_->SetBackground(background);
55 render_widget_host_view_->SetBackground(pending_background_);
extension_view_gtk.h 36 void SetBackground(const SkBitmap& background);
  /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);
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.mm 44 void ExtensionViewMac::SetBackground(const SkBitmap& background) {
47 render_widget_host_view_->SetBackground(background);
95 render_widget_host_view_->SetBackground(pending_background_);
extension_view_mac.h 43 void SetBackground(const SkBitmap& background);
  /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);
  /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);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc 133 void ExtensionView::SetBackground(const SkBitmap& background) {
135 render_view_host()->view()->SetBackground(background);
194 render_view_host()->view()->SetBackground(pending_background_);
  /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/chromium/chrome/browser/ui/gtk/
custom_button.cc 127 void CustomDrawButtonBase::SetBackground(SkColor color,
300 void CustomDrawButton::SetBackground(SkColor color,
302 button_base_.SetBackground(color, image, mask);
custom_button.h 57 void SetBackground(SkColor color, SkBitmap* image, SkBitmap* mask);
185 void SetBackground(SkColor color, SkBitmap* image, SkBitmap* mask);
  /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");
  /bootable/recovery/
screen_ui.h 35 void SetBackground(Icon icon);
recovery.cpp 335 ui->SetBackground(RecoveryUI::ERASING);
696 ui->SetBackground(RecoveryUI::NO_COMMAND);
701 ui->SetBackground(RecoveryUI::ERROR);
746 ui->SetBackground(RecoveryUI::ERROR);
769 ui->SetBackground(RecoveryUI::ERROR);
784 ui->SetBackground(RecoveryUI::ERROR);
900 ui->SetBackground(RecoveryUI::NONE);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 37 close_button()->SetBackground(kTextColor,
  /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);
  /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());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 142 public void setBackground(@NonNull IColor color) {
143 mDrawn.add("setBackground(" + color + ")");

Completed in 1121 milliseconds

1 2 3 4 5 6 7