HomeSort by relevance Sort by last modified time
    Searched refs:setBackgroundColor (Results 51 - 75 of 204) sorted by null

1 23 4 5 6 7 8 9

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value)
257 GraphicsLayer::setBackgroundColor(value);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 198 mBar.mStatusBarWindow.setBackgroundColor(0);
204 mBar.mStatusBarWindow.setBackgroundColor(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)}.
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 175 public void setBackgroundColor(int color) {
176 super.setBackgroundColor(color);
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 249 mSeparatorView.setBackgroundColor(color);
390 mDummyHeader.setBackgroundColor(Color.TRANSPARENT);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java 469 iconField.setBackgroundColor(Color.rgb(0x99,0xCC,00));
474 iconField.setBackgroundColor(Color.rgb(0xFF,0x44,0x44));
479 iconField.setBackgroundColor(Color.rgb(0x00,0x99,0xCC));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ImageSwitcher1.java 68 i.setBackgroundColor(0xFF000000);
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 80 viewPort.setBackgroundColor(new ColorRGBA(0.7f, 0.8f, 1f, 1f));
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTransparentShadow.java 65 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToTexture.java 73 offView.setBackgroundColor(ColorRGBA.DarkGray);
TestTransparentCartoonEdge.java 33 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainFractalGridTest.java 139 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/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);
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 84 public void setBackgroundColor(int color) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 82 public void setBackgroundColor(int color) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 139 public void setBackgroundColor(int color) {
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 57 [_highlightWindow setBackgroundColor:[NSColor clearColor]];
  /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/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...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 156 [m_findIndicatorWindow.get() setBackgroundColor:[NSColor clearColor]];
  /frameworks/base/core/java/android/view/animation/
Animation.java 246 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
625 public void setBackgroundColor(int bg) {
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 85 setBackgroundColor(r.getColor(R.color.candidate_background));

Completed in 661 milliseconds

1 23 4 5 6 7 8 9