Home
last modified time | relevance | path

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

12

/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 ( 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()
181 << string(image.backgroundColor()) << ") is incorrect" in main()
186 image.backgroundColor("#00AAFF"); in main()
[all …]
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifLayout.java139 ColorStateList backgroundColor = in init() local
141 setBackgroundBaseColor(backgroundColor); in init()
288 int backgroundColor = 0; in updateBackground() local
290 backgroundColor = backgroundBaseColor.getDefaultColor(); in updateBackground()
292 backgroundColor = primaryColor.getDefaultColor(); in updateBackground()
296 ? new GlifPatternDrawable(backgroundColor) in updateBackground()
297 : new ColorDrawable(backgroundColor); in updateBackground()
/external/v8/tools/profview/
Dprofview.js179 backgroundColor : "#80e27e", property
183 backgroundColor : "#ff9e80", property
187 backgroundColor : "#ffab40", property
191 backgroundColor : "#ffea00", property
195 backgroundColor : "#6ab7ff", property
199 backgroundColor : "#c0cfff", property
203 backgroundColor : "#ffb2ff", property
207 backgroundColor : "#88c399", property
211 backgroundColor : "#6effff", property
215 backgroundColor : "#e1bee7", property
[all …]
/external/pdfium/fxbarcode/
Dcbc_codebase.cpp53 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() argument
54 m_pBCWriter->SetBackgroundColor(backgroundColor); in SetBackgroundColor()
DBC_Writer.cpp46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() argument
47 m_backgroundColor = backgroundColor; in SetBackgroundColor()
DBC_Writer.h24 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
Dcbc_codebase.h38 void SetBackgroundColor(FX_ARGB backgroundColor);
/external/perfetto/ui/src/frontend/
Dtrack_group_panel.ts38 private backgroundColor = '#ffffff'; // Updated from CSS later. property in TrackGroupPanel
90 this.backgroundColor =
100 ctx.fillStyle = this.backgroundColor;
/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/ImageMagick/Magick++/demo/
Ddemo.cpp45 model.backgroundColor( "black" ); in main()
187 example.backgroundColor( "#000000FF" ); in main()
429 example.backgroundColor( "#000000FF" ); in main()
458 example.backgroundColor( "#000000FF" ); in main()
475 montageOpts.backgroundColor( "#ffffff" ); in main()
/external/skia/gm/
Dgm.h95 GM(SkColor backgroundColor = SK_ColorWHITE);
184 GpuGM(SkColor backgroundColor = SK_ColorWHITE) : GM(backgroundColor) {} in GM() argument
Dlcdblendmodes.cpp81 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument
115 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/protobuf/objectivec/Tests/iOSTestHarness/
DAppDelegate.m16 self.window.backgroundColor = [UIColor whiteColor];
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallView.m53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor];
64 _hangupButton.backgroundColor = [UIColor redColor];

12