Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_property.h77 listLaneMinLength_ = minLength; in UpdateListLanes()
84 …return (listLanes_ == lanes) && (listLaneMinLength_ == minLength) && (listLaneMaxLength_ == maxLen… in IsListLanesEqual()
92 std::optional<Dimension> listLaneMinLength_; variable