Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h161 …int32_t MeasureCachedChild(const SizeF& frameSize, int32_t itemIndex, LayoutWrapper* layoutWrapper,
H A Dgrid_scroll_layout_algorithm.cpp1879 … auto childState = MeasureCachedChild(frameSize, currentIndex, layoutWrapper, itemWrapper); in FillNewCacheLineBackward()
1930 auto crossSpan = MeasureCachedChild(frameSize, currentIndex, layoutWrapper, itemWrapper); in FillNewCacheLineBackward()
1956 int32_t GridScrollLayoutAlgorithm::MeasureCachedChild(const SizeF& frameSize, int32_t itemIndex, in MeasureCachedChild() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm