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

1 2

  /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) {
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseLayerAndroid.h 51 void setBackgroundColor(Color& color) { m_color = color; }
GraphicsLayerAndroid.cpp 404 void GraphicsLayerAndroid::setBackgroundColor(const Color& color)
408 LOG("(%x) setBackgroundColor", this);
409 GraphicsLayer::setBackgroundColor(color);
411 m_contentLayer->setBackgroundColor(c);
    [all...]
LayerAndroid.cpp 393 void LayerAndroid::setBackgroundColor(SkColor color)
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 53 public void setBackgroundColor(String backgroundColor) throws DOMException {
SmilRegionElementImpl.java 219 public void setBackgroundColor(String backgroundColor) throws DOMException {
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 143 public void setBackgroundColor(String bgColor) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 104 public void setBackgroundColor(int color) {
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 233 void GraphicsLayer::setBackgroundColor(const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value)
257 GraphicsLayer::setBackgroundColor(value);
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoProgressBar.java 82 public void setBackgroundColor(int color) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 405 public void setBackgroundColor(float red, float green, float blue, float alpha) {
406 mController.setBackgroundColor(red, green, blue, alpha);
411 * null, this overrides {@link CarouselView#setBackgroundColor(Float4)}.
CarouselController.java 126 setBackgroundColor(mBackgroundColor.x, mBackgroundColor.y, mBackgroundColor.z,
476 public void setBackgroundColor(float red, float green, float blue, float alpha) {
479 mRenderScript.setBackgroundColor(mBackgroundColor);
485 * null, this overrides {@link CarouselController#setBackgroundColor(Float4)}.
CarouselRS.java 845 public void setBackgroundColor(Float4 color) {
    [all...]
  /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);
LayerChromium.h 84 void setBackgroundColor(const Color& color) { m_backgroundColor = color; setNeedsCommit(); }
  /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);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 486 void PlatformCALayer::setBackgroundColor(const Color& value)
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 996 void QDeclarativeWebView::setBackgroundColor(const QColor& color)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 506 // performance (i.e. use setBackgroundColor() instead of setAlpha())
507 view.setBackgroundColor((int) (alpha * 255) << 24);
  /frameworks/base/core/java/android/view/animation/
Animation.java 240 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
586 public void setBackgroundColor(int bg) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 507 void GraphicsLayerCA::setBackgroundColor(const Color& color)
512 GraphicsLayer::setBackgroundColor(color);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 1066 milliseconds

1 2