Home
last modified time | relevance | path

Searched refs:layouted_ (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.h268 return layouted_ && (layoutedItemInfo_.has_value() || itemTotalCount_ == 0); in HasLayoutedItem()
346 bool layouted_ = false; variable
H A Dlist_item_group_pattern.cpp171 layouted_ = true; in OnDirtyLayoutWrapperSwap()
224 if (layouted_) { in GetEstimateHeight()