Searched defs:setBackgroundColor (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircularProgressDrawable.java368 public void setBackgroundColor(int color) { method in class:CircularProgressDrawable
369 mRing.setBackgroundColor(color);
780 void setBackgroundColor(int color) { method in class:CircularProgressDrawable.Ring
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DClosedCaptionRenderer.java633 public void setBackgroundColor(int color) { method in class:Cea608CCParser.MutableBackgroundColorSpan
1268 setBackgroundColor(Color.TRANSPARENT);
1401 bgSpans[i].setBackgroundColor(color);
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java640 public void setBackgroundColor(int color) { method in class:Cea608CCParser.MutableBackgroundColorSpan
1277 setBackgroundColor(Color.TRANSPARENT);
1410 bgSpans[i].setBackgroundColor(color);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java415 public void setBackgroundColor(int color); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java3075 public void setBackgroundColor(int color) { method in class:WebView
3076 mProvider.getViewDelegate().setBackgroundColor(color);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1222 public void setBackgroundColor(int backgroundColor) { method in class:ActivityManager.TaskDescription
1374 setBackgroundColor((int) Long.parseLong(attrValue, 16));
/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.java21426 public void setBackgroundColor(@ColorInt int color) { method in class:View
[all...]

Completed in 294 milliseconds

12