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

12 3 4 5 6 7 8 9

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 53 public void setBackgroundColor(String backgroundColor) throws DOMException {
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 143 public void setBackgroundColor(String bgColor) {
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 92 public void setBackgroundColor(ColorRGBA color);
ViewPort.java 54 * via the {@link #setBackgroundColor(com.jme3.math.ColorRGBA)} method.
327 public void setBackgroundColor(ColorRGBA background){
336 * @see #setBackgroundColor(com.jme3.math.ColorRGBA)
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAnimation.java 64 viewPort.setBackgroundColor(ColorRGBA.LightGray);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 72 virtual void setBackgroundColor(const Color&);
GraphicsLayerChromium.cpp 79 layer.setBackgroundColor(color);
84 layer.setBackgroundColor(static_cast<RGBA32>(0));
249 void GraphicsLayerChromium::setBackgroundColor(const Color& color)
254 GraphicsLayer::setBackgroundColor(color);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 66 virtual void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 68 virtual void setBackgroundColor(const Color&);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 45 setBackgroundColor(0x800099FF);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MoreNinePatchesActivity.java 40 layout.setBackgroundColor(0xffffffff);
TextGammaActivity.java 74 setBackgroundColor(0xffffffff);
ThinPatchesActivity.java 41 layout.setBackgroundColor(0xffffffff);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 513 v.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
515 sFocusingPairView.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
520 v.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
522 sFocusingPairView.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
683 stroke.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
702 candidate.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 82 view.setBackgroundColor(
87 view.setBackgroundColor(Color.TRANSPARENT);
94 view.setBackgroundColor(Color.TRANSPARENT);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java 71 public void setBackgroundColor(ColorRGBA color) {
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestHoverTank.java 67 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
TestMonkeyHead.java 58 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestCartoonEdge.java 113 viewPort.setBackgroundColor(ColorRGBA.Gray);
TestTransparentSSAO.java 31 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/renderer/
TestMultiViews.java 63 viewPort.setBackgroundColor(ColorRGBA.Blue);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 85 virtual void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 162 style->setBackgroundColor(Color::lightGray);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 113 mImageView.setBackgroundColor(0xFFFF0000);
145 mVideoView.setBackgroundColor(0xFFFF0000);
173 mAudioInfoView.setBackgroundColor(0xFFFF0000);
236 mScrollText.setBackgroundColor(0xFF00FF00);
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 152 setBackgroundColor(0xFF444444);
163 b.setBackgroundColor(0); // very hard to see! :)
188 mBug.setBackgroundColor(0x2000FF00);
194 mBug.setBackgroundColor(0);

Completed in 607 milliseconds

12 3 4 5 6 7 8 9