HomeSort by relevance Sort by last modified time
    Searched refs:setBackgroundColor (Results 26 - 50 of 74) sorted by null

12 3

  /frameworks/base/core/tests/coretests/src/android/util/
GridScenario.java 337 result.setBackgroundColor(0x55ffffff);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 220 public void setBackgroundColor(String backgroundColor) throws DOMException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiDocumentEditPart.java 111 mLayer.setBackgroundColor(ColorConstants.lightGray);
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 273 mContentView.setBackgroundColor(color);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 81 virtual void setBackgroundColor(const Color&);
GraphicsLayerCA.mm 306 [layer setBackgroundColor:bgColor];
312 [layer setBackgroundColor:0];
623 void GraphicsLayerCA::setBackgroundColor(const Color& color)
628 GraphicsLayer::setBackgroundColor(color);
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h 129 void setBackgroundColor(CGColorRef color) { CACFLayerSetBackgroundColor(layer(), color); setNeedsCommit(); }
WKCACFLayerRenderer.cpp 245 m_rootLayer->setBackgroundColor(debugColor);
  /external/webkit/WebKit/android/jni/
WebViewCore.h 360 void setBackgroundColor(SkColor c);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 380 tv.setBackgroundColor(Color.argb(127, 0, 0, 0));
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 351 void GraphicsLayerAndroid::setBackgroundColor(const Color& color)
353 LOG("(%x) setBackgroundColor", this);
354 GraphicsLayer::setBackgroundColor(color);
356 m_contentLayer->setBackgroundColor(c);
LayerAndroid.cpp 188 void LayerAndroid::setBackgroundColor(SkColor color)
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 374 public void setBackgroundColor(int color) {
375 super.setBackgroundColor(color);
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 227 void GraphicsLayer::setBackgroundColor(const Color& color)
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 219 @method setBackgroundColor:
225 - (void)setBackgroundColor:(NSColor *)backgroundColor;
WebVideoFullscreenHUDWindowController.mm 89 [self setBackgroundColor:[NSColor clearColor]];
WebFrame.mm 342 [[[webFrame frameView] _scrollView] setBackgroundColor:backgroundColor];
346 if ([documentView respondsToSelector:@selector(setBackgroundColor:)])
347 [documentView setBackgroundColor:backgroundColor];
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 285 rootLayoutElement.setBackgroundColor(bgColor);
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 61 - (void)setBackgroundColor:(NSString *)backgroundColor;
DOMCSS.mm 165 - (void)setBackgroundColor:(NSString *)backgroundColor
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 732 void GraphicsLayerQt::setBackgroundColor(const Color& c)
736 GraphicsLayer::setBackgroundColor(c);
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 181 v.setBackgroundColor(0xff606060);
186 v.setBackgroundColor(0);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 583 method = "setBackgroundColor",
608 mWebView.setBackgroundColor(Color.CYAN);
668 mWebView.setBackgroundColor(Color.CYAN);
699 mWebView.setBackgroundColor(Color.WHITE);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java     [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 498 style->setBackgroundColor(Color::transparent);

Completed in 1144 milliseconds

12 3