Home
last modified time | relevance | path

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

12345

/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/overlay/
Dmodal_style.h32 std::optional<Color> backgroundColor; member
Dsheet_style.h41 std::optional<Color> backgroundColor; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
Dqrcode_paint_method.cpp48 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/ace_engine/frameworks/core/components_ng/pattern/button/
Dtoggle_button_model_ng.cpp44 void ToggleButtonModelNG::SetBackgroundColor(const Color& backgroundColor) in SetBackgroundColor()
/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/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/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/core/components/test/json/
Dpopup_creator.cpp71 auto backgroundColor = ColorCreator::CreateFromJson(*backgroundColorJson); in CreateFromJson() local
Ddialog_creator.cpp59 auto backgroundColor = ColorCreator::CreateFromJson(*backgroundColorJson); in CreateFromJson() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Dflutter_universal_painter.cpp30 SkCanvas* canvas, const RRect& paintRRect, uint32_t backgroundColor, double dipScale) in DrawRRectBackground()
Drosen_universal_painter.cpp41 SkCanvas* canvas, const RRect& paintRRect, uint32_t backgroundColor, double dipScale) in DrawRRectBackground()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_qrcode.cpp81 Color backgroundColor; in SetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
Dflutter_render_toggle.cpp84 auto backgroundColor = toggleComponent_->GetBackgroundColor(); in GetStatusColor() local
/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.h70 SkColor backgroundColor = SK_ColorTRANSPARENT; member
73 Drawing::ColorQuad backgroundColor = Drawing::Color::COLOR_TRANSPARENT; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_modifier.cpp309 void DotIndicatorModifier::UpdateBackgroundColor(const Color& backgroundColor) in UpdateBackgroundColor()
320 auto backgroundColor = indicatorMask_ ? in UpdateNormalPaintProperty() local
333 auto backgroundColor = swiperTheme->GetHoverColor(); in UpdateHoverPaintProperty() local
344 auto backgroundColor = swiperTheme->GetPressedColor(); in UpdatePressPaintProperty() local
413 …Color backgroundColor = isPressed_ ? swiperTheme->GetPressedColor() : swiperTheme->GetHoverColor(); in UpdateHoverAndPressConversionPaintProperty() local

12345