/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-optimization-using-hidumper.md | 58 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 D | qrcode_model_ng.cpp | 46 …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 D | qrcode_paint_property.h | 76 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 D | toggle_button_model_ng.cpp | 60 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 D | button_model_ng.cpp | 94 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 D | button_model_ng.h | 48 void BackgroundColor(const Color& color, const bool& colorFlag) override; 67 static void BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag);
|
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.h | 43 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 D | js_button_theme.h | 61 …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 D | performance-optimization-using-hidumper.md | 59 …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 D | text.h | 164 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 D | security_component_paint_property.h | 55 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 D | bubble_render_property.h | 65 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.h | 66 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 D | swiper_arrow_layout_property.h | 77 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 D | sliding_panel_layout_property.h | 80 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 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);
|
/ohos5.0/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;
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.h | 97 BackgroundColor backgroundColorSpan_;
|
/ohos5.0/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);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_property.h | 87 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(BackgroundColor, Color, PROPERTY_UPDATE_RENDER);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.h | 59 static void GetBackgroundColor(uint16_t letterIndex, List<BackgroundColor>* backgroundColor,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-basic-qrcode.md | 68 <input type="button" onclick="changeBackgroundColor" class="button">BackgroundColor</input>
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.cpp | 247 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, value); in SetBackgroundColor() 334 ACE_UPDATE_NODE_RENDER_CONTEXT(BackgroundColor, value, frameNode); in SetBackgroundColor()
|