Home
last modified time | relevance | path

Searched defs:dividerSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp90 auto dividerSize = IsListVertical() ? Size(0.0, NormalizeToPx(dividerHeight_)) in PerformLayout() local
100 auto dividerSize = IsListVertical() ? Size(0.0, NormalizeToPx(dividerHeight_)) in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp60 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, const SizeF& dividerSize) in MeasureDivider()
73 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, const SizeF& dividerSize) in MeasureDragBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp337 CalcSize dividerSize; in DividerMeasure() local