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

1 2 3 4 5 6

  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
AnimationSurface.java 15 this.setBackgroundColor(Color.GRAY);
BackgroundSurface.java 12 this.setBackgroundColor(Color.BLACK);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java 45 getGridView().setBackgroundColor(0xFFC0C0C0);
51 view.setBackgroundColor(0xFF000000);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 564 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
565 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
570 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
571 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
576 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
577 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
582 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
583 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
588 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
589 text2.setBackgroundColor(res.getColor(R.color.indicator_background_lock_alt))
    [all...]
  /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/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java 37 layout.setBackgroundColor(0xffffffff);
SimplePatchActivity.java 40 setBackgroundColor(0xff000000);
MoreNinePatchesActivity.java 40 layout.setBackgroundColor(0xffffffff);
  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 65 fullscreenStyle->setBackgroundColor(Color::black);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 73 [caLayer setBackgroundColor:color];
83 [sublayer setBackgroundColor:color];
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java 47 view.setBackgroundColor(0xFF191919);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
PhoneSystemBar.java 37 setBackgroundColor(0xFF000000);
TabletSystemBar.java 34 setBackgroundColor(0xFF000000);
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
  /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));
GraphicsLayerCACF.h 68 virtual void setBackgroundColor(const Color&);
  /packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java 134 setBackgroundColor(sDropTrashBgColor);
151 setBackgroundColor(sDropAvailableBgColor);
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseLayerAndroid.h 52 void setBackgroundColor(Color& color) { m_color = color; }
GraphicsLayerAndroid.h 74 virtual void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 61 virtual void setBackgroundColor(const Color&);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 53 public void setBackgroundColor(String backgroundColor) throws DOMException {
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 143 public void setBackgroundColor(String bgColor) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 72 virtual void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 66 virtual void setBackgroundColor(const Color&);

Completed in 490 milliseconds

1 2 3 4 5 6