HomeSort by relevance Sort by last modified time
    Searched refs:setBackgroundColor (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
AnimationSurface.java 15 this.setBackgroundColor(Color.GRAY);
BackgroundSurface.java 12 this.setBackgroundColor(Color.BLACK);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java 45 getGridView().setBackgroundColor(0xFFC0C0C0);
51 view.setBackgroundColor(0xFF000000);
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
57 public void setBackgroundColor(int backgroundColor) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java 37 layout.setBackgroundColor(0xffffffff);
SimplePatchActivity.java 40 setBackgroundColor(0xff000000);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
647 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
653 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
659 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
665 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
670 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
671 text2.setBackgroundColor(res.getColor(R.color.indicator_background_lock_alt))
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 65 fullscreenStyle->setBackgroundColor(Color::black);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 73 [caLayer setBackgroundColor:color];
83 [sublayer setBackgroundColor:color];
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java 47 view.setBackgroundColor(0xFF191919);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
PhoneSystemBar.java 37 setBackgroundColor(0xFF000000);
TabletSystemBar.java 34 setBackgroundColor(0xFF000000);
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 115 m_rootChild->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
118 rootLayer->setBackgroundColor(redColor.get());
120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 134 renderer.setBackgroundColor(ColorRGBA.White);
340 renderer.setBackgroundColor(ColorRGBA.Black);
347 renderer.setBackgroundColor(ColorRGBA.White);
357 renderer.setBackgroundColor(ColorRGBA.Gray);
363 renderer.setBackgroundColor(ColorRGBA.Pink);
370 renderer.setBackgroundColor(ColorRGBA.Black);
376 renderer.setBackgroundColor(ColorRGBA.Gray);
388 renderer.setBackgroundColor(ColorRGBA.White);
  /packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java 128 setBackgroundColor(sDropTrashBgColor);
142 setBackgroundColor(sDropAvailableBgColor);
  /external/jmonkeyengine/engine/src/test/jme3test/blender/
TestBlenderLoader.java 50 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 26 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 49 void setBackgroundColor(Color& color) { m_color = color; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 61 virtual void setBackgroundColor(const Color&);
  /packages/apps/Contacts/src/com/android/contacts/widget/
TransitionAnimationView.java 52 mMaskingView.setBackgroundColor(Color.WHITE);
  /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);

Completed in 725 milliseconds

1 2 3 4 5 6 7 8