Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/template/
DHeaderMixin.java277 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/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java181 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle
/external/skia/modules/skparagraph/include/
DTextStyle.h172 void setBackgroundColor(SkPaint paint) { in setBackgroundColor() function