Searched defs:setBackgroundColor (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DSuggestionRangeSpan.java34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
57 public void setBackgroundColor(int backgroundColor) { method in class:SuggestionRangeSpan
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java175 public void setBackgroundColor(int color) { method in class:PagerTabStrip
176 super.setBackgroundColor(color);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java246 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
625 public void setBackgroundColor(int bg) { method in class:Animation
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java126 setBackgroundColor(mBackgroundColor.x, mBackgroundColor.y, mBackgroundColor.z,
476 public void setBackgroundColor(float red, float green, float blue, float alpha) { method in class:CarouselController
479 mRenderScript.setBackgroundColor(mBackgroundColor);
485 * null, this overrides {@link CarouselController#setBackgroundColor(Float4)}.
H A DCarouselView.java405 public void setBackgroundColor(float red, float green, float blue, float alpha) { method in class:CarouselView
406 mController.setBackgroundColor(red, green, blue, alpha);
411 * null, this overrides {@link CarouselView#setBackgroundColor(Float4)}.
H A DCarouselRS.java845 public void setBackgroundColor(Float4 color) { method in class:CarouselRS
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java340 public void setBackgroundColor(int color); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2051 public void setBackgroundColor(int color) { method in class:WebView
2052 mProvider.getViewDelegate().setBackgroundColor(color);
H A DWebViewClassic.java8386 * See {@link WebView#setBackgroundColor(int)}
8389 public void setBackgroundColor(int color) { method in class:WebViewClassic
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java267 setBackgroundColor(ss.mBackgroundColor);
711 public void setBackgroundColor(int color) { method in class:EditStyledText
713 super.setBackgroundColor(color);
717 mManager.setBackgroundColor(color);
1150 public void setBackgroundColor(int color) { method in class:EditStyledText.EditorManager
2206 mEST.setBackgroundColor(view.getDrawingCacheBackgroundColor());
2225 mEST.setBackgroundColor(DEFAULT_TRANSPARENT_COLOR);
/frameworks/base/core/java/android/view/
H A DView.java14156 public void setBackgroundColor(int color) { method in class:View

Completed in 228 milliseconds