HomeSort by relevance Sort by last modified time
    Searched full:setbackgroundcolor (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.mm 32 [self setBackgroundColor:[NSColor clearColor]];
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 23 void SetBackgroundColor(SkColor color);
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseLayerAndroid.h 51 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&);
  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 65 fullscreenStyle->setBackgroundColor(Color::black);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 45 setBackgroundColor(0x800099FF);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MoreNinePatchesActivity.java 40 layout.setBackgroundColor(0xffffffff);
TextGammaActivity.java 74 setBackgroundColor(0xffffffff);
ThinPatchesActivity.java 41 layout.setBackgroundColor(0xffffffff);
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 143 public void setBackgroundColor(String bgColor) {
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 152 setBackgroundColor(0xFF444444);
163 b.setBackgroundColor(0); // very hard to see! :)
188 mBug.setBackgroundColor(0x2000FF00);
194 mBug.setBackgroundColor(0);
  /packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java 128 setBackgroundColor(sDropTrashBgColor);
142 setBackgroundColor(sDropAvailableBgColor);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 82 view.setBackgroundColor(
87 view.setBackgroundColor(Color.TRANSPARENT);
94 view.setBackgroundColor(Color.TRANSPARENT);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ImageSwitcher1.java 68 i.setBackgroundColor(0xFF000000);
  /external/chromium/chrome/browser/ui/views/
generic_info_view.cc 105 value->SetBackgroundColor(text_area_background);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 79 layer.setBackgroundColor(color);
84 layer.setBackgroundColor(static_cast<RGBA32>(0));
249 void GraphicsLayerChromium::setBackgroundColor(const Color& color)
254 GraphicsLayer::setBackgroundColor(color);
GraphicsLayerChromium.h 72 virtual void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 66 virtual void setBackgroundColor(const Color&);
GraphicsLayerTextureMapper.cpp 252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value)
257 GraphicsLayer::setBackgroundColor(value);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 112 layer->setBackgroundColor(cachedCGColor(color, ColorSpaceDeviceRGB));
117 layer->setBackgroundColor(0);
275 void GraphicsLayerCACF::setBackgroundColor(const Color& color)
280 GraphicsLayer::setBackgroundColor(color);
GraphicsLayerCACF.h 68 virtual void setBackgroundColor(const Color&);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 113 mImageView.setBackgroundColor(0xFFFF0000);
145 mVideoView.setBackgroundColor(0xFFFF0000);
173 mAudioInfoView.setBackgroundColor(0xFFFF0000);
236 mScrollText.setBackgroundColor(0xFF00FF00);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 104 public void setBackgroundColor(int color) {
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.view.animation.Animation.html 94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/animation/Animation.html#setBackgroundColor(int)" target="_top"><code>setBackgroundColor</code></A>(<code>int</code>)</nobr>

Completed in 551 milliseconds

12 3 4 5 6 7