Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp105 if (childrenSize_ && ListChildrenSizeExist()) { in CreateLayoutAlgorithm()
262 bool ListItemGroupPattern::ListChildrenSizeExist() in ListChildrenSizeExist() function in OHOS::Ace::NG::ListItemGroupPattern
268 return listPattern->ListChildrenSizeExist(); in ListChildrenSizeExist()
648 …ro(adjustRefPos_) || !NearZero(adjustTotalSize_)) && !(childrenSize_ && ListChildrenSizeExist())) { in LayoutCache()
H A Dlist_item_group_pattern.h284 bool ListChildrenSizeExist();
H A Dlist_pattern.h328 bool ListChildrenSizeExist() in ListChildrenSizeExist() function