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

1 23 4 5 6 7 8 9

  /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&);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ThinPatchesActivity.java 41 layout.setBackgroundColor(0xffffffff);
  /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>
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 175 public void setBackgroundColor(int color) {
176 super.setBackgroundColor(color);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 513 v.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
515 sFocusingPairView.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
520 v.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
522 sFocusingPairView.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
683 stroke.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
702 candidate.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java 469 iconField.setBackgroundColor(Color.rgb(0x99,0xCC,00));
474 iconField.setBackgroundColor(Color.rgb(0xFF,0x44,0x44));
479 iconField.setBackgroundColor(Color.rgb(0x00,0x99,0xCC));
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac.mm 393 DCHECK([cell respondsToSelector:@selector(setBackgroundColor:)]);
394 if ([cell respondsToSelector:@selector(setBackgroundColor:)]) {
404 [cell setBackgroundColor:color];
animatable_image.mm 37 [self setBackgroundColor:[NSColor clearColor]];
info_bubble_window.mm 106 [self setBackgroundColor:[NSColor clearColor]];
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 189 border_->border_contents()->SetBackgroundColor(kBackgroundColor);
243 border_contents_->SetBackgroundColor(kBackgroundColor);
border_contents.cc 25 void BorderContents::SetBackgroundColor(SkColor color) {
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 127 Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor NOTIFY backgroundColorChanged REVISION 1)
201 Q_REVISION(1) void setBackgroundColor(const QColor&);
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 249 mSeparatorView.setBackgroundColor(color);
390 mDummyHeader.setBackgroundColor(Color.TRANSPARENT);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTransparentShadow.java 65 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestCartoonEdge.java 113 viewPort.setBackgroundColor(ColorRGBA.Gray);
TestRenderToTexture.java 73 offView.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/renderer/
TestMultiViews.java 63 viewPort.setBackgroundColor(ColorRGBA.Blue);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainFractalGridTest.java 139 this.viewPort.setBackgroundColor(new ColorRGBA(0.7f, 0.8f, 1f, 1f));

Completed in 950 milliseconds

1 23 4 5 6 7 8 9