Home
last modified time | relevance | path

Searched refs:GetDividerColor (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Ddivider_composed_element.cpp27 … { "color", [](const DividerComposedElement& inspector) { return inspector.GetDividerColor(); } }, in __anonb2e5b0a30302()
40 std::string("color: ").append(GetDividerColor().c_str())); in Dump()
63 std::string DividerComposedElement::GetDividerColor() const in GetDividerColor() function in OHOS::Ace::V2::DividerComposedElement
66 auto color = renderDivider ? renderDivider->GetDividerColor() : Color::BLACK; in GetDividerColor()
H A Ddivider_composed_element.h36 std::string GetDividerColor() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.cpp37 if (!props->GetDividerColor().has_value()) { in GetOverlayDrawFunction()
62 info.color = props->GetDividerColor().value_or(dividerColor); in GetOverlayDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Drender_divider.h37 Color GetDividerColor() const in GetDividerColor() function
H A Ddivider_component.h36 const Color& GetDividerColor() const in GetDividerColor() function
H A Drender_divider.cpp30 dividerColor_ = divider->GetDividerColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drosen_render_picker_base.cpp96 paint.setColor(theme->GetDividerColor().GetValue()); in Paint()
99 pen.SetColor(theme->GetDividerColor().GetValue()); in Paint()
H A Dpicker_theme.h382 const Color& GetDividerColor() const in GetDividerColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_paint_method.cpp36 auto dividerColor = theme->GetDividerColor(); in GetForegroundDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_paint_method.cpp39 auto dividerColor = theme->GetDividerColor(); in GetForegroundDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_theme.h80 const Color& GetDividerColor() const in GetDividerColor() function
H A Dlist_item_component.h344 const Color& GetDividerColor() const in GetDividerColor() function
H A Dlist_component.h471 const Color& GetDividerColor() const in GetDividerColor() function
H A Drender_list_item.cpp220 dividerColor_ = item->GetDividerColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_paint_method.h51 dividerColor_ = dividerRenderProperty->GetDividerColor().value_or(theme->GetColor()); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.cpp88 info.color = props->GetDividerColor().value_or(dividerColor); in PreparePaintData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h59 color = tabTheme->GetDividerColor(); in TabsItemDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h99 Color GetDividerColor() const in GetDividerColor() function
H A Ddom_list_item.cpp306 auto dividerColor = parentList->GetDividerColor(); in SetDividerStyle()
309 dividerColor = listTheme->GetDividerColor(); in SetDividerStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_paint_method.cpp95 auto dividerColor = theme->GetDividerColor(); in PaintDefaultDividerLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_item_group_bridge.cpp66 color = listTheme->GetDividerColor().GetValue(); in SetDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h331 const Color& GetDividerColor() in GetDividerColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_theme.h116 const Color& GetDividerColor() const in GetDividerColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item_group.cpp215 divider.color = listTheme->GetDividerColor(); in SetDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_theme.h398 const Color& GetDividerColor() const in GetDividerColor() function

12