/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | divider_composed_element.cpp | 27 … { "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 D | divider_composed_element.h | 36 std::string GetDividerColor() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_paint_method.cpp | 37 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 D | render_divider.h | 37 Color GetDividerColor() const in GetDividerColor() function
|
H A D | divider_component.h | 36 const Color& GetDividerColor() const in GetDividerColor() function
|
H A D | render_divider.cpp | 30 dividerColor_ = divider->GetDividerColor(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | rosen_render_picker_base.cpp | 96 paint.setColor(theme->GetDividerColor().GetValue()); in Paint() 99 pen.SetColor(theme->GetDividerColor().GetValue()); in Paint()
|
H A D | picker_theme.h | 382 const Color& GetDividerColor() const in GetDividerColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_paint_method.cpp | 36 auto dividerColor = theme->GetDividerColor(); in GetForegroundDrawFunction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_paint_method.cpp | 39 auto dividerColor = theme->GetDividerColor(); in GetForegroundDrawFunction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_theme.h | 80 const Color& GetDividerColor() const in GetDividerColor() function
|
H A D | list_item_component.h | 344 const Color& GetDividerColor() const in GetDividerColor() function
|
H A D | list_component.h | 471 const Color& GetDividerColor() const in GetDividerColor() function
|
H A D | render_list_item.cpp | 220 dividerColor_ = item->GetDividerColor(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_paint_method.h | 51 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 D | menu_item_group_paint_method.cpp | 88 info.color = props->GetDividerColor().value_or(dividerColor); in PreparePaintData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_model.h | 59 color = tabTheme->GetDividerColor(); in TabsItemDivider()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list.h | 99 Color GetDividerColor() const in GetDividerColor() function
|
H A D | dom_list_item.cpp | 306 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 D | textpicker_paint_method.cpp | 95 auto dividerColor = theme->GetDividerColor(); in PaintDefaultDividerLines()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_list_item_group_bridge.cpp | 66 color = listTheme->GetDividerColor().GetValue(); in SetDivider()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_theme.h | 331 const Color& GetDividerColor() in GetDividerColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | app_bar_theme.h | 116 const Color& GetDividerColor() const in GetDividerColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_list_item_group.cpp | 215 divider.color = listTheme->GetDividerColor(); in SetDivider()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_theme.h | 398 const Color& GetDividerColor() const in GetDividerColor() function
|