Home
last modified time | relevance | path

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

1234567

/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, 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/
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/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/barrierfree/accessibility/services/aams/
Daccessibility_config.json20 "backgroundColor": "white", string
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkQRCode.ts25 backgroundColor(value: ResourceColor): this { method in ArkQRCodeComponent
DArkDatePicker.ts46 backgroundColor(value: ResourceColor): this { method in ArkDatePickerComponent
/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/cj_frontend/interfaces/cj_ffi/
Dcj_alert_dialog_ffi.cpp101 Color backgroundColor = Color(ColorAlphaAdapt(alertDialog.backgroundColor)); in ParseAlertDialogConfirm() local
144 Color backgroundColor = Color(ColorAlphaAdapt(*objInner.backgroundColor)); in ParseButtonObj() local
Dcj_alert_dialog_ffi.h42 uint32_t* backgroundColor; member
58 uint32_t backgroundColor; member
/foundation/arkui/ui_lite/test/unittest/components/
Dui_picker_unit_test.cpp110 ColorType backgroundColor; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_qrcode.cpp80 Color backgroundColor; in SetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
Drefresh_model_ng.h59 void SetProgressBackgroundColor(const Color& backgroundColor) override {} in SetProgressBackgroundColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_divided_render_util.cpp46 auto backgroundColor = property.GetBackgroundColor(); in CreateBufferDrawParam() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtabs_model_impl.h47 void SetBarBackgroundColor(const Color& backgroundColor) override {}; in SetBarBackgroundColor()
/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/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
Dwindow_pattern.cpp209 …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.ts500 backgroundColor: number | string; property

1234567