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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/public/platform/
WebSolidColorLayer.h 40 virtual void setBackgroundColor(WebColor) = 0;
WebLayerTreeView.h 73 virtual void setBackgroundColor(WebColor) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_solid_color_layer_impl.cc 23 void WebSolidColorLayerImpl::setBackgroundColor(WebKit::WebColor color) {
24 layer_->setBackgroundColor(color);
web_solid_color_layer_impl.h 23 virtual void setBackgroundColor(WebKit::WebColor);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowButton.java 14 setBackgroundColor(android.R.color.transparent);
  /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/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h 65 - (void)setBackgroundColor:(NSColor*)backgroundColor;
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObjectMac.mm 72 [caLayer setBackgroundColor:color];
82 [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/
NavigationBar.java 34 setBackgroundColor(0xFF000000);
StatusBar.java 41 setBackgroundColor(0xFF000000);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorSquare.java 42 public void setBackgroundColor(int color) {
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 53 prevImageView.setBackgroundColor(Color.TRANSPARENT);
54 nextImageView.setBackgroundColor(Color.TRANSPARENT);
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
  /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);
  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 71 mLayout.setBackgroundColor(color);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 71 mLayout.setBackgroundColor(color);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 64 setBackgroundColor(0);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueGeneric.h 67 void setBackgroundColor(Color color) { m_backgroundColor = color; }
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 38 virtual void setBackgroundColor(WebKit::WebColor);

Completed in 1051 milliseconds

1 2 3 4 5 6 7 8 9