Home
last modified time | relevance | path

Searched refs:drawVertical (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp120 auto drawVertical = (axis_ == Axis::HORIZONTAL); in CreateNodePaintMethod() local
121 … ListItemGroupPaintInfo listItemGroupPaintInfo { layoutDirection_, mainSize_, drawVertical, lanes_, in CreateNodePaintMethod()
H A Dlist_pattern.cpp316 auto drawVertical = (axis == Axis::HORIZONTAL); in CreateNodePaintMethod() local
318 …auto paint = MakeRefPtr<ListPaintMethod>(divider, drawVertical, drawDirection, lanes_, spaceWidth_… in CreateNodePaintMethod()