Home
last modified time | relevance | path

Searched refs:BackgroundColor (Results 1 - 25 of 44) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.cpp43 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 Dqrcode_paint_property.h76 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_model_ng.cpp55 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 Dtoggle_button_paint_property.h63 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
H A Dbutton_model_ng.cpp89 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 Dbutton_model_ng.h48 void BackgroundColor(const Color& color, const bool& colorFlag) override;
70 static void BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag);
H A Dbutton_model.h44 virtual void BackgroundColor(const Color& color, const bool& colorFlag) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_button_theme.h61 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 Dsecurity_component_paint_property.h55 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.h66 ACE_DEFINE_COMPONENT_PROP(BackgroundColor, Color, Color::WHITE);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_render_property.h65 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h164 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 Dsliding_panel_layout_property.h80 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_MEASURE);
H A Dsliding_panel_model_ng.cpp170 ACE_UPDATE_LAYOUT_PROPERTY(SlidingPanelLayoutProperty, BackgroundColor, backgroundColor); in SetBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h95 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundColor, Color);
H A Dprogress_paint_property.h92 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_MEASURE);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.h38 void BackgroundColor(const Color& color, const bool& colorFlag) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern_property.h49 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundColor, int32_t);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_layout_property.h77 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_NORMAL);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.h97 BackgroundColor backgroundColorSpan_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_property.h86 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.h59 static void GetBackgroundColor(uint16_t letterIndex, List<BackgroundColor>* backgroundColor,
H A Ddraw_label.cpp506 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 Dcounter_model_ng.cpp246 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 Djs_web.h81 static void BackgroundColor(const JSCallbackInfo& info);

Completed in 12 milliseconds

12