Home
last modified time | relevance | path

Searched defs:backgroundColor (Results 1 – 25 of 126) sorted by relevance

123456

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/0304/
Dindex.js35 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/
Dindex.js35 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/
Dindex.js22 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/
Dindex.js41 backgroundColor: "#00ff00", property
48 backgroundColor: "#ff0000" property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_bar_paint_method.cpp55 …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/
Dtoggle_button_model_ng.cpp51 void ToggleButtonModelNG::SetBackgroundColor(const Color& backgroundColor) in SetBackgroundColor()
70 void ToggleButtonModelNG::SetBackgroundColor(FrameNode* frameNode, const Color& backgroundColor) in SetBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dmodal_style.h32 std::optional<Color> backgroundColor; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
Dqrcode_paint_method.cpp47 auto backgroundColor = paintProperty->GetBackgroundColorValue(); in UpdateContentModifier() local
Darkui_qrcode.js26 static backgroundColor(value) { method in QRCode
/foundation/barrierfree/accessibility/services/aams/
Daccessibility_config.json20 "backgroundColor": "white", string
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Drender_service_client_transition_demo.cpp91 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/arkui/ui_lite/frameworks/components/
Dui_time_picker.cpp282 ColorType backgroundColor, in SetTextStyle()
302 void UITimePicker::SetTextColor(ColorType backgroundColor, ColorType highlightColor) in SetTextColor()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
Dqrcode_declaration.h30 Color backgroundColor; member
107 void SetBackgroundColor(const Color& backgroundColor) in SetBackgroundColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtabs_model_impl.h45 void SetBarBackgroundColor(const Color& backgroundColor) override {}; in SetBarBackgroundColor()
/foundation/arkui/ui_lite/test/unittest/components/
Dui_picker_unit_test.cpp110 ColorType backgroundColor; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkQRCode.ts25 backgroundColor(value: ResourceColor): this { method in ArkQRCodeComponent
DArkProgress.ts40 backgroundColor(value: ResourceColor): this { method in ArkProgressComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
Drefresh_model_ng.h52 void SetProgressBackgroundColor(const Color& backgroundColor) override {} in SetProgressBackgroundColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_qrcode.cpp78 Color backgroundColor; in SetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_model.h35 std::optional<Color> backgroundColor; member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_divided_render_util.cpp53 auto backgroundColor = property.GetBackgroundColor(); in CreateBufferDrawParam() local
Drs_base_render_util.h73 SkColor backgroundColor = SK_ColorTRANSPARENT; member
76 Drawing::ColorQuad backgroundColor = Drawing::Color::COLOR_TRANSPARENT; member
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_universal_painter.cpp41 SkCanvas* canvas, const RRect& paintRRect, uint32_t backgroundColor, double dipScale) in DrawRRectBackground()
/foundation/barrierfree/accessibility/interfaces/kits/js/
D@ohos.accessibility.d.ts446 backgroundColor: number | string; property
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
Dqrcode_component.cpp86 void QrcodeComponent::SetBackgroundColor(const Color& backgroundColor) in SetBackgroundColor()

123456