/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_model_ng.cpp | 43 ACE_UPDATE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, qrCodeTheme->GetBackgroundColor()); in Create() 44 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, qrCodeTheme->GetBackgroundColor()); in Create() 58 ACE_UPDATE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, color); in SetQRBackgroundColor() 59 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, color); in SetQRBackgroundColor() 105 ACE_UPDATE_NODE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, color, frameNode); in SetQRBackgroundColor() 106 ACE_UPDATE_NODE_RENDER_CONTEXT(BackgroundColor, color, frameNode); in SetQRBackgroundColor()
|
H A D | qrcode_paint_property.h | 76 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_model_ng.cpp | 55 ACE_UPDATE_PAINT_PROPERTY(ToggleButtonPaintProperty, BackgroundColor, backgroundColor); in SetBackgroundColor() 57 ACE_RESET_PAINT_PROPERTY_WITH_FLAG(ToggleButtonPaintProperty, BackgroundColor, PROPERTY_UPDATE_RENDER); in SetBackgroundColor() 74 ACE_UPDATE_NODE_PAINT_PROPERTY(ToggleButtonPaintProperty, BackgroundColor, backgroundColor, frameNode); in SetBackgroundColor()
|
H A D | toggle_button_paint_property.h | 63 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
H A D | button_model_ng.cpp | 89 BackgroundColor(bgColor, true); in SetButtonStyle() 108 BackgroundColor(bgColor, true); in SetRole() 143 BackgroundColor(frameNode, bgColor, true); in SetRole() 161 BackgroundColor(frameNode, bgColor, true); in SetButtonStyle() 317 void ButtonModelNG::BackgroundColor(const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::NG::ButtonModelNG 322 void ButtonModelNG::BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::NG::ButtonModelNG 620 BackgroundColor(frameNode, bgColor, true); in ApplyTheme()
|
H A D | button_model_ng.h | 48 void BackgroundColor(const Color& color, const bool& colorFlag) override; 70 static void BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag);
|
H A D | button_model.h | 44 virtual void BackgroundColor(const Color& color, const bool& colorFlag) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_button_theme.h | 61 ButtonModel::GetInstance()->BackgroundColor(JSButtonTheme::BackgroundColor(themeColors, false), true); in ApplyTheme() 83 static Color BackgroundColor(const std::optional<JSThemeColors>& themeColors, bool isPressed) in BackgroundColor() function in OHOS::Ace::Framework::JSButtonTheme
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_paint_property.h | 55 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.h | 66 ACE_DEFINE_COMPONENT_PROP(BackgroundColor, Color, Color::WHITE);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_render_property.h | 65 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 164 struct BackgroundColor : public HeapBase { struct 491 List<BackgroundColor> GetBackgroundColorSpan() in GetBackgroundColorSpan() 616 List<BackgroundColor> backgroundColor_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_layout_property.h | 80 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_MEASURE);
|
H A D | sliding_panel_model_ng.cpp | 170 ACE_UPDATE_LAYOUT_PROPERTY(SlidingPanelLayoutProperty, BackgroundColor, backgroundColor); in SetBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_date.h | 95 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundColor, Color);
|
H A D | progress_paint_property.h | 92 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_MEASURE);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | button_model_impl.h | 38 void BackgroundColor(const Color& color, const bool& colorFlag) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern_property.h | 49 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundColor, int32_t);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_layout_property.h | 77 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_NORMAL);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.h | 97 BackgroundColor backgroundColorSpan_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_property.h | 86 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.h | 59 static void GetBackgroundColor(uint16_t letterIndex, List<BackgroundColor>* backgroundColor,
|
H A D | draw_label.cpp | 506 void DrawLabel::GetBackgroundColor(uint16_t letterIndex, List<BackgroundColor>* backgroundColor, in GetBackgroundColor() 510 ListNode<BackgroundColor>* bColor = backgroundColor->Begin(); in GetBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.cpp | 246 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, value); in SetBackgroundColor() 333 ACE_UPDATE_NODE_RENDER_CONTEXT(BackgroundColor, value, frameNode); in SetBackgroundColor()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 81 static void BackgroundColor(const JSCallbackInfo& info);
|