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

1 2 34 5 6 7 8 9

  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridSerializationTest.java 62 this.viewPort.setBackgroundColor(new ColorRGBA(0.7f, 0.8f, 1f, 1f));
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 163 void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 162 style->setBackgroundColor(Color::lightGray);
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 57 [_highlightWindow setBackgroundColor:[NSColor clearColor]];
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 304 [window setBackgroundColor:[NSColor blackColor]];
546 [window setBackgroundColor:[NSColor clearColor]];
807 [self setBackgroundColor:[NSColor clearColor]];
836 [_backgroundLayer setBackgroundColor:CGColorGetConstantColor(kCGColorBlack)];
    [all...]
WebVideoFullscreenController.mm 273 [window setBackgroundColor:[NSColor blackColor]];
502 [self setBackgroundColor:[NSColor clearColor]];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 156 [m_findIndicatorWindow.get() setBackgroundColor:[NSColor clearColor]];
  /frameworks/ex/carousel/java/com/android/ex/carousel/
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)}.
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java 160 mView.setBackgroundColor(0.25f, 0.25f, 0.5f, 0.5f);
  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 66 web.setBackgroundColor(mBackgroundColor);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 51 square.setBackgroundColor(color);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 143 colorView.setBackgroundColor(color);
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 84 public void setBackgroundColor(int color) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListPinnedHeaderView.java 92 mHeaderDivider.setBackgroundColor(mHeaderUnderlineColor);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 193 separator.setBackgroundColor(Color.rgb(33, 66, 33));
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 82 public void setBackgroundColor(int color) {
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 427 void GraphicsLayerAndroid::setBackgroundColor(const Color& color)
431 ALOGV("(%x) setBackgroundColor", this);
432 GraphicsLayer::setBackgroundColor(color);
434 m_contentLayer->setBackgroundColor(c);
624 m_fixedBackgroundLayer->setBackgroundColor(skiaColor);
    [all...]
  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 194 public void setBackgroundColor(final int color) {
198 mWebView.setBackgroundColor(color);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 291 reflectionView.setBackgroundColor(ColorRGBA.Black);
307 refractionView.setBackgroundColor(ColorRGBA.Black);
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 623 void PlatformCALayer::setBackgroundColor(const Color& value)
632 [m_layer.get() setBackgroundColor:color.get()];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 544 [self setBackgroundColor:[NSColor clearColor]];
567 [_backgroundLayer setBackgroundColor:CGColorGetConstantColor(kCGColorBlack)];
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 265 view.setBackgroundColor((Integer)value);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 85 setBackgroundColor(r.getColor(R.color.candidate_background));
  /external/chromium/chrome/browser/ui/cocoa/
search_engine_dialog_controller.mm 117 [win setBackgroundColor:[NSColor whiteColor]];
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 192 [overlayWindow_ setBackgroundColor:[NSColor clearColor]];

Completed in 790 milliseconds

1 2 34 5 6 7 8 9