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

1 2 3 4 5 6 7 8 9

  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
BackgroundSurface.java 12 this.setBackgroundColor(Color.BLACK);
AnimationSurface.java 15 this.setBackgroundColor(Color.GRAY);
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
57 public void setBackgroundColor(int backgroundColor) {
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java 45 getGridView().setBackgroundColor(0xFFC0C0C0);
51 view.setBackgroundColor(0xFF000000);
  /external/chromium/chrome/browser/ui/views/
database_info_view.cc 138 name_value_field_->SetBackgroundColor(text_area_background);
141 description_value_field_->SetBackgroundColor(text_area_background);
144 size_value_field_->SetBackgroundColor(text_area_background);
147 last_modified_value_field_->SetBackgroundColor(text_area_background);
cookie_info_view.cc 258 name_value_field_->SetBackgroundColor(text_area_background);
261 content_value_field_->SetBackgroundColor(text_area_background);
264 domain_value_field_->SetBackgroundColor(text_area_background);
267 path_value_field_->SetBackgroundColor(text_area_background);
270 send_for_value_field_->SetBackgroundColor(text_area_background);
273 created_value_field_->SetBackgroundColor(text_area_background);
277 expires_value_field_->SetBackgroundColor(text_area_background);
indexed_db_info_view.cc 125 origin_value_field_->SetBackgroundColor(text_area_background);
128 size_value_field_->SetBackgroundColor(text_area_background);
131 last_modified_value_field_->SetBackgroundColor(text_area_background);
local_storage_info_view.cc 126 origin_value_field_->SetBackgroundColor(text_area_background);
129 size_value_field_->SetBackgroundColor(text_area_background);
132 last_modified_value_field_->SetBackgroundColor(text_area_background);
local_storage_set_item_info_view.cc 121 host_value_field_->SetBackgroundColor(text_area_background);
124 key_value_field_->SetBackgroundColor(text_area_background);
127 value_value_field_->SetBackgroundColor(text_area_background);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
647 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
653 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
659 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
665 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
670 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
671 text2.setBackgroundColor(res.getColor(R.color.indicator_background_lock_alt))
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_window.mm 64 [self setBackgroundColor:[NSColor windowFrameColor]];
69 [self setBackgroundColor:[NSColor windowBackgroundColor]];
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_mac_unittest.mm 28 [window setBackgroundColor:[NSColor whiteColor]];
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 26 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java 47 view.setBackgroundColor(0xFF191919);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java 37 layout.setBackgroundColor(0xffffffff);
SimplePatchActivity.java 40 setBackgroundColor(0xff000000);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller.mm 92 [urlField_ setBackgroundColor:[NSColor whiteColor]];
94 [urlField_ setBackgroundColor:[NSColor colorWithCalibratedRed:1.0
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 134 renderer.setBackgroundColor(ColorRGBA.White);
340 renderer.setBackgroundColor(ColorRGBA.Black);
347 renderer.setBackgroundColor(ColorRGBA.White);
357 renderer.setBackgroundColor(ColorRGBA.Gray);
363 renderer.setBackgroundColor(ColorRGBA.Pink);
370 renderer.setBackgroundColor(ColorRGBA.Black);
376 renderer.setBackgroundColor(ColorRGBA.Gray);
388 renderer.setBackgroundColor(ColorRGBA.White);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 73 [caLayer setBackgroundColor:color];
83 [sublayer setBackgroundColor:color];
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
PhoneSystemBar.java 37 setBackgroundColor(0xFF000000);
TabletSystemBar.java 34 setBackgroundColor(0xFF000000);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 53 public void setBackgroundColor(String backgroundColor) throws DOMException {
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 115 m_rootChild->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
118 rootLayer->setBackgroundColor(redColor.get());
120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));

Completed in 1757 milliseconds

1 2 3 4 5 6 7 8 9