HomeSort by relevance Sort by last modified time
    Searched refs:setBackgroundColor (Results 76 - 100 of 142) sorted by null

1 2 34 5 6

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 507 void GraphicsLayerCA::setBackgroundColor(const Color& color)
512 GraphicsLayer::setBackgroundColor(color);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 267 setBackgroundColor(ss.mBackgroundColor);
711 public void setBackgroundColor(int color) {
713 super.setBackgroundColor(color);
717 mManager.setBackgroundColor(color);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 233 void GraphicsLayer::setBackgroundColor(const Color& color)
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 426 void setBackgroundColor(SkColor c);
ViewStateSerializer.cpp 103 layer->setBackgroundColor(color);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 462 tv.setBackgroundColor(Color.argb(127, 0, 0, 0));
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 215 mView.setBackgroundColor(0.1f, 0.1f, 0.1f, 1.0f);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 287 view.findViewById(R.id.color).setBackgroundColor(cursor.getInt(COLOR_COLUMN));
  /packages/apps/Camera/src/com/android/camera/ui/
SharePopup.java 173 mRootView.setBackgroundColor(
  /packages/apps/Launcher2/src/com/android/launcher2/
RocketLauncher.java 254 setBackgroundColor(0xFF000000);
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 284 rootLayoutElement.setBackgroundColor(bgColor);
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 61 - (void)setBackgroundColor:(NSString *)backgroundColor;
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java 657 mPanoProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty));
682 mSavingProgressBar.setBackgroundColor(appRes.getColor(R.color.pano_progress_empty));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 585 colorBar.setBackgroundColor(Utils.getDisplayColorFromColor(cursor
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 361 setPropertyValue(CSSPropertyBackgroundColor, new ApplyPropertyColorBase(&RenderStyle::backgroundColor, 0, &RenderStyle::setBackgroundColor));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 486 void PlatformCALayer::setBackgroundColor(const Color& value)
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 228 @method setBackgroundColor:
234 - (void)setBackgroundColor:(NSColor *)backgroundColor;
WebVideoFullscreenHUDWindowController.mm 89 [self setBackgroundColor:[NSColor clearColor]];
WebFrame.mm 370 [[[webFrame frameView] _scrollView] setBackgroundColor:backgroundColor];
374 if ([documentView respondsToSelector:@selector(setBackgroundColor:)])
375 [documentView setBackgroundColor:backgroundColor];
    [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);
  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 179 chipView.setBackgroundColor(mResourceHelper.getAccountColor(id));
MailboxFragmentAdapter.java 430 chipView.setBackgroundColor(mResourceHelper.getAccountColor(id));
  /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 775 method = "setBackgroundColor",
811 mWebView.setBackgroundColor(Color.CYAN);
908 mWebView.setBackgroundColor(Color.CYAN);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 640 entry.icon.setBackgroundColor(0);
671 entry.icon.setBackgroundColor(0x20FFFFFF);
700 entry.icon.setBackgroundColor(0);
    [all...]

Completed in 694 milliseconds

1 2 34 5 6