Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 1 – 25 of 45) sorted by relevance

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/
DCaptionStyleCompat.java94 public final int backgroundColor; field in CaptionStyleCompat
149 int backgroundColor, in CaptionStyleCompat() argument
155 this.backgroundColor = backgroundColor; in CaptionStyleCompat()
167 captionStyle.foregroundColor, captionStyle.backgroundColor, Color.TRANSPARENT, in createFromCaptionStyleV19()
177 captionStyle.hasBackgroundColor() ? captionStyle.backgroundColor : DEFAULT.backgroundColor, in createFromCaptionStyleV21()
/external/proguard/src/proguard/gui/splash/
DBufferedSprite.java36 private final Color backgroundColor; field in BufferedSprite
89 Color backgroundColor, in BufferedSprite() argument
97 this.backgroundColor = backgroundColor; in BufferedSprite()
113 if (backgroundColor != null) in paint()
122 bufferGraphics.setColor(backgroundColor); in paint()
/external/clang/test/SemaObjC/
Dobjcbridge-related-attribute.m16 - (NSColor *)backgroundColor; method
23 …textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') mu…
29 textField.backgroundColor = newColor; // expected-warning {{incompatible pointer types assigning}}
34 …newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted…
35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to …
39 newColor = textField.backgroundColor; // expected-warning {{incompatible pointer types assigning}}
40 return textField.backgroundColor; // expected-warning {{incompatible pointer types returning}}
Darc-objcbridge-related-attribute.m16 - (NSColor *)backgroundColor; method
23 …textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') mu…
29 …textField.backgroundColor = newColor; // expected-warning {{incompatible pointer types assigning t…
34 …newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted…
35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to …
39 newColor = textField.backgroundColor; // expected-warning {{incompatible pointer types assigning}}
40 return textField.backgroundColor; // expected-warning {{incompatible pointer types returning}}
Dcheck-objcbridge-related-attribute-lookup.m17 - (NSColor *)backgroundColor; method
23 …textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') mu…
25 …newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted…
29 …textField.backgroundColor = newColor; // expected-error {{could not find Objective-C class 'XNSCol…
31 …newColor = textField.backgroundColor ; // expected-error {{could not find Objective-C class 'XNSCo…
36 …textField.backgroundColor = newColor; // expected-error {{'PNsColor' must be name of an Objective-…
38 …newColor = textField.backgroundColor; // expected-error {{'PNsColor' must be name of an Objective-…
/external/clang/test/FixIt/
Dfixit-objc-bridge-related-attr.m16 - (NSColor *)backgroundColor; method
20 textField.backgroundColor = newColor;
25 newColor = textField.backgroundColor; // [textField.backgroundColor CGColor]
26 return textField.backgroundColor;
Dfixit-objc-bridge-related-property.m15 - (NSColor *)backgroundColor; method
19 newColor = textField.backgroundColor;
20 return textField.backgroundColor;
/external/ImageMagick/Magick++/tests/
Dattributes.cpp157 if ( string(image.backgroundColor()) != string(ColorRGB("white")) ) in main()
161 << string(image.backgroundColor()) in main()
166 image.backgroundColor("blue"); in main()
167 if ( !image.backgroundColor().isValid() ) in main()
171 << string(image.backgroundColor()) in main()
175 if ( string(image.backgroundColor()) != "#0000FF" && in main()
176 string(image.backgroundColor()) != "#00000000FFFF" && in main()
177 string(image.backgroundColor()) != "#0000000000000000FFFFFFFF" && in main()
178 string(image.backgroundColor()) != "#00000000000000000000000000000000FFFFFFFFFFFFFFFF" ) in main()
182 << string(image.backgroundColor()) << ") is incorrect" in main()
[all …]
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifLayout.java136 ColorStateList backgroundColor = in init() local
138 setBackgroundBaseColor(backgroundColor); in init()
289 int backgroundColor = 0; in updateBackground() local
291 backgroundColor = backgroundBaseColor.getDefaultColor(); in updateBackground()
293 backgroundColor = primaryColor.getDefaultColor(); in updateBackground()
297 ? new GlifPatternDrawable(backgroundColor) in updateBackground()
298 : new ColorDrawable(backgroundColor); in updateBackground()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java78 private int backgroundColor; field in TtmlStyle
178 return backgroundColor; in getBackgroundColor()
181 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() argument
182 this.backgroundColor = backgroundColor; in setBackgroundColor()
247 setBackgroundColor(ancestor.backgroundColor); in inherit()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java89 private int backgroundColor; field in WebvttCssStyle
251 return backgroundColor; in getBackgroundColor()
254 public WebvttCssStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() argument
255 this.backgroundColor = backgroundColor; in setBackgroundColor()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSubtitlePainter.java88 private int backgroundColor; field in SubtitlePainter
195 && this.backgroundColor == style.backgroundColor in draw()
225 this.backgroundColor = style.backgroundColor; in draw()
310 if (Color.alpha(backgroundColor) > 0) { in setupTextLayout()
314 new BackgroundColorSpan(backgroundColor), 0, cueText.length(), Spanned.SPAN_PRIORITY); in setupTextLayout()
317 new BackgroundColorSpan(backgroundColor), in setupTextLayout()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java668 int backgroundColor = in handleSetPenColor() local
677 currentCueInfoBuilder.setPenColor(foregroundColor, backgroundColor, edgeColor); in handleSetPenColor()
920 private int backgroundColor; field in Cea708Decoder.CueInfoBuilder
951 backgroundColor = COLOR_SOLID_BLACK; in reset()
1067 public void setPenColor(int foregroundColor, int backgroundColor, int edgeColor) { in setPenColor() argument
1081 if (this.backgroundColor != backgroundColor) { in setPenColor()
1082 captionStringBuilder.setSpan(new BackgroundColorSpan(this.backgroundColor), in setPenColor()
1087 if (backgroundColor != COLOR_SOLID_BLACK) { in setPenColor()
1089 this.backgroundColor = backgroundColor; in setPenColor()
1164 spannableStringBuilder.setSpan(new BackgroundColorSpan(backgroundColor), in buildSpannableString()
/external/skqp/gm/
Dgm.h129 SkColor backgroundColor) in SimpleGM() argument
131 if (backgroundColor != SK_ColorWHITE) { in SimpleGM()
132 this->setBGColor(backgroundColor); in SimpleGM()
Dlcdblendmodes.cpp81 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument
115 backgroundPaint.setColor(backgroundColor); in drawColumn()
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h29 void backgroundColor(const Color &backgroundColor_);
30 Color backgroundColor(void) const;
DOptions.h50 void backgroundColor(const Color &color_);
51 Color backgroundColor(void) const;
/external/perfetto/ui/src/frontend/
Dtrack_group_panel.ts52 private backgroundColor = '#ffffff'; // Updated from CSS later. property in TrackGroupPanel
148 this.backgroundColor =
171 ctx.fillStyle = this.backgroundColor;
/external/ImageMagick/Magick++/demo/
Ddemo.cpp54 model.backgroundColor( "black" ); in main()
197 example.backgroundColor( "#000000FF" ); in main()
439 example.backgroundColor( "#000000FF" ); in main()
468 example.backgroundColor( "#000000FF" ); in main()
485 montageOpts.backgroundColor( "#ffffff" ); in main()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp37 SkColor backgroundColor; member
61 if (s.backgroundColor != 0) { in toTextStyle()
63 p.setColor(s.backgroundColor); in toTextStyle()
275 .field("backgroundColor", &SimpleTextStyle::backgroundColor) in EMSCRIPTEN_BINDINGS()
/external/skia/gm/
Dgm.h99 GM(SkColor backgroundColor = SK_ColorWHITE);
181 GpuGM(SkColor backgroundColor = SK_ColorWHITE) : GM(backgroundColor) {} in GM() argument
Dlcdblendmodes.cpp91 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument
125 backgroundPaint.setColor(backgroundColor); in drawColumn()
/external/walt/ios/WALT/
DScreenResponseController.m130 self.flasherView.backgroundColor = [UIColor whiteColor];
167 self.flasherView.backgroundColor =
168 ([self.flasherView.backgroundColor isEqual:[UIColor blackColor]] ?
/external/ImageMagick/Magick++/lib/
DMontage.cpp40 void Magick::Montage::backgroundColor(const Magick::Color &backgroundColor_) in backgroundColor() function in Magick::Montage
45 Magick::Color Magick::Montage::backgroundColor(void) const in backgroundColor() function in Magick::Montage
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallView.m53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor];
64 _hangupButton.backgroundColor = [UIColor redColor];

12