Home | History | Annotate | Download | only in android

Lines Matching defs:setBackgroundColor

404 void GraphicsLayerAndroid::setBackgroundColor(const Color& color)
408 LOG("(%x) setBackgroundColor", this);
409 GraphicsLayer::setBackgroundColor(color);
411 m_contentLayer->setBackgroundColor(c);