| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/0304/ |
| D | index.js | 35 backgroundColor: "#000000", property 41 backgroundColor: "#ff0000", property 47 backgroundColor: "ff0000", property 53 backgroundColor: 21474836483, property
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/0506/ |
| D | index.js | 35 backgroundColor: "#ff0000", property 41 backgroundColor: "#00ff00", property 47 backgroundColor: "#0000ff", property
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/21/ |
| D | index.js | 22 backgroundColor: "#FF6364", property 25 { backgroundColor: "#00FF00", data: [1000, 2, 800, 700, 433] }, property 26 { backgroundColor: "#0000FF", data: [100, 200, 300, 400, 500, 600, 550, 450, 350] } property 36 { backgroundColor: "#FFFF00", data: [400, 200, 800, 400, 200, 800] }, property 37 { backgroundColor: "#FF6364", data: [300, 200, 750] } property
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/1819/ |
| D | index.js | 41 backgroundColor: "#00ff00", property 48 backgroundColor: "#ff0000" property
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| D | tab_bar_paint_method.cpp | 55 …BarPaintMethod::PaintGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgroundColor, in PaintGradient() 90 …aintMethod::PaintLeftGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgroundColor, in PaintLeftGradient() 104 …intMethod::PaintRightGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgroundColor, in PaintRightGradient() 119 …PaintMethod::PaintTopGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgroundColor, in PaintTopGradient() 133 …ntMethod::PaintBottomGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgroundColor, in PaintBottomGradient() 148 …thod::PaintGradientRect(RSCanvas& canvas, const RSRect& gradientRect, const Color& backgroundColor, in PaintGradientRect()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| D | toggle_button_model_ng.cpp | 51 void ToggleButtonModelNG::SetBackgroundColor(const Color& backgroundColor, bool flag) in SetBackgroundColor() 74 void ToggleButtonModelNG::SetBackgroundColor(FrameNode* frameNode, const Color& backgroundColor) in SetBackgroundColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| D | modal_style.h | 32 std::optional<Color> backgroundColor; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
| D | qrcode_paint_method.cpp | 47 auto backgroundColor = paintProperty->GetBackgroundColorValue(); in UpdateContentModifier() local
|
| D | arkui_qrcode.js | 26 static backgroundColor(value) { method in QRCode
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| D | render_service_client_transition_demo.cpp | 91 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() 162 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() 215 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() 270 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor() 324 void SetBackgroundColor(Color backgroundColor) in SetBackgroundColor()
|
| /foundation/barrierfree/accessibility/services/aams/ |
| D | accessibility_config.json | 20 "backgroundColor": "white", string
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkQRCode.ts | 25 backgroundColor(value: ResourceColor): this { method in ArkQRCodeComponent
|
| D | ArkDatePicker.ts | 46 backgroundColor(value: ResourceColor): this { method in ArkDatePickerComponent
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/ |
| D | qrcode_declaration.h | 30 Color backgroundColor; member 107 void SetBackgroundColor(const Color& backgroundColor) in SetBackgroundColor()
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| D | ui_time_picker.cpp | 282 ColorType backgroundColor, in SetTextStyle() 302 void UITimePicker::SetTextColor(ColorType backgroundColor, ColorType highlightColor) in SetTextColor()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_alert_dialog_ffi.cpp | 101 Color backgroundColor = Color(ColorAlphaAdapt(alertDialog.backgroundColor)); in ParseAlertDialogConfirm() local 144 Color backgroundColor = Color(ColorAlphaAdapt(*objInner.backgroundColor)); in ParseButtonObj() local
|
| D | cj_alert_dialog_ffi.h | 42 uint32_t* backgroundColor; member 58 uint32_t backgroundColor; member
|
| /foundation/arkui/ui_lite/test/unittest/components/ |
| D | ui_picker_unit_test.cpp | 110 ColorType backgroundColor; variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_qrcode.cpp | 80 Color backgroundColor; in SetBackgroundColor() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
| D | refresh_model_ng.h | 59 void SetProgressBackgroundColor(const Color& backgroundColor) override {} in SetProgressBackgroundColor()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_divided_render_util.cpp | 46 auto backgroundColor = property.GetBackgroundColor(); in CreateBufferDrawParam() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | tabs_model_impl.h | 47 void SetBarBackgroundColor(const Color& backgroundColor) override {}; in SetBarBackgroundColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| D | rosen_universal_painter.cpp | 41 SkCanvas* canvas, const RRect& paintRRect, uint32_t backgroundColor, double dipScale) in DrawRRectBackground()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
| D | window_pattern.cpp | 209 …auto backgroundColor = SystemProperties::GetColorMode() == ColorMode::DARK ? COLOR_BLACK : COLOR_W… in CreateBlankWindow() local 420 …auto backgroundColor = SystemProperties::GetColorMode() == ColorMode::DARK ? COLOR_BLACK : COLOR_W… in CreateStartingWindow() local 443 auto backgroundColor = in UpdateSnapshotWindowProperty() local 493 …auto backgroundColor = SystemProperties::GetColorMode() == ColorMode::DARK ? COLOR_BLACK : COLOR_W… in CreateSnapshotWindow() local
|
| /foundation/barrierfree/accessibility/interfaces/kits/js/ |
| D | @ohos.accessibility.d.ts | 500 backgroundColor: number | string; property
|