Home
last modified time | relevance | path

Searched refs:BackgroundColor (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-optimization-using-hidumper.md58 6. 打开文件查看应用组件树。组件树文件详细列出了每个组件的各项属性,如子组件数量childSize、组件ID、背景色BackgroundColor等。
66 | BackgroundColor: #00000000
73 | BackgroundColor: #FFFFFF00
80 | BackgroundColor: #FF0000FF
87 | BackgroundColor: #00000000
94 BackgroundColor: #00000000
132 BackgroundColor: #FFFFC0CB
183 BackgroundColor: #FFFFC0CB
197 BackgroundColor: #FFFFC0CB
211 BackgroundColor: #FFFFC0CB
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.cpp46 …ACE_UPDATE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, qrCodeTheme->GetBackgroundColor()); in Create()
47 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, qrCodeTheme->GetBackgroundColor()); in Create()
61 ACE_UPDATE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, color); in SetQRBackgroundColor()
62 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, color); in SetQRBackgroundColor()
108 ACE_UPDATE_NODE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, color, frameNode); in SetQRBackgroundColor()
109 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);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_model_ng.cpp60 ACE_UPDATE_PAINT_PROPERTY(ToggleButtonPaintProperty, BackgroundColor, backgroundColor); in SetBackgroundColor()
62 …ACE_RESET_PAINT_PROPERTY_WITH_FLAG(ToggleButtonPaintProperty, BackgroundColor, PROPERTY_UPDATE_REN… in SetBackgroundColor()
79 …ACE_UPDATE_NODE_PAINT_PROPERTY(ToggleButtonPaintProperty, BackgroundColor, backgroundColor, frameN… in SetBackgroundColor()
H A Dbutton_model_ng.cpp94 BackgroundColor(bgColor, true); in SetButtonStyle()
113 BackgroundColor(bgColor, true); in SetRole()
148 BackgroundColor(frameNode, bgColor, true); in SetRole()
166 BackgroundColor(frameNode, bgColor, true); in SetButtonStyle()
322 void ButtonModelNG::BackgroundColor(const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::NG::ButtonModelNG
327 void ButtonModelNG::BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::NG::ButtonModelNG
598 BackgroundColor(frameNode, bgColor, true); in ApplyTheme()
H A Dbutton_model_ng.h48 void BackgroundColor(const Color& color, const bool& colorFlag) override;
67 static void BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag);
H A Dtoggle_button_paint_property.h63 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
H A Dbutton_model.h43 virtual void BackgroundColor(const Color& color, const bool& colorFlag) = 0;
/ohos5.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), tr… in ApplyTheme()
83 static Color BackgroundColor(const std::optional<JSThemeColors>& themeColors, bool isPressed) in BackgroundColor() function
/ohos5.0/docs/en/application-dev/performance/
H A Dperformance-optimization-using-hidumper.md59 …mber of child components (**childSize**), component ID, and background color (**BackgroundColor**).
67 | BackgroundColor: #00000000
74 | BackgroundColor: #FFFFFF00
81 | BackgroundColor: #FF0000FF
88 | BackgroundColor: #00000000
95 BackgroundColor: #00000000
133 BackgroundColor: #FFFFC0CB
184 BackgroundColor: #FFFFC0CB
198 BackgroundColor: #FFFFC0CB
212 BackgroundColor: #FFFFC0CB
/ohos5.0/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_;
/ohos5.0/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);
/ohos5.0/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);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.h66 ACE_DEFINE_COMPONENT_PROP(BackgroundColor, Color, Color::WHITE);
/ohos5.0/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);
/ohos5.0/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);
/ohos5.0/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);
/ohos5.0/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;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.h97 BackgroundColor backgroundColorSpan_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern_property.h49 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundColor, int32_t);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_property.h87 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.h59 static void GetBackgroundColor(uint16_t letterIndex, List<BackgroundColor>* backgroundColor,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-basic-qrcode.md68 <input type="button" onclick="changeBackgroundColor" class="button">BackgroundColor</input>
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp247 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, value); in SetBackgroundColor()
334 ACE_UPDATE_NODE_RENDER_CONTEXT(BackgroundColor, value, frameNode); in SetBackgroundColor()

123