Home
last modified time | relevance | path

Searched defs:setBackgroundColor (Results 1 – 10 of 10) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/template/
DHeaderMixin.java316 public void setBackgroundColor(int color) { in setBackgroundColor() method in HeaderMixin
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java217 public void setBackgroundColor(int colorRGB) { in setBackgroundColor() method in SkottieView
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java254 public WebvttCssStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in WebvttCssStyle
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java251 public WebvttCssStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in WebvttCssStyle
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java256 public WebvttCssStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in WebvttCssStyle
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java181 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java186 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java180 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle
/external/skia/modules/skparagraph/include/
DTextStyle.h172 void setBackgroundColor(SkPaint paint) { in setBackgroundColor() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java662 protected void setBackgroundColor(@ColorInt int backgroundColor) { in setBackgroundColor() method in ShadowWebView