Searched defs:setBackgroundColor (Results 1 - 12 of 12) 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/base/core/java/com/android/internal/widget/
H A DSubtitleView.java154 public void setBackgroundColor(int color) { method in class:SubtitleView
/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.java355 public void setBackgroundColor(int color); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2331 public void setBackgroundColor(int color) { method in class:WebView
2332 mProvider.getViewDelegate().setBackgroundColor(color);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1920 public void setBackgroundColor(final int color) { method in class:WebViewChromium
1926 setBackgroundColor(color);
1931 mAwContents.setBackgroundColor(color);
/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.java15278 public void setBackgroundColor(int color) { method in class:View

Completed in 1031 milliseconds