Searched refs:MeasureNewChild (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.h | 106 int32_t MeasureNewChild(const SizeF& frameSize, int32_t itemIndex, LayoutWrapper* layoutWrapper,
|
H A D | grid_scroll_layout_algorithm.cpp | 634 … auto childState = MeasureNewChild(frameSize, currentIndex, layoutWrapper, itemWrapper, false); in FillBlankAtEnd() 1400 … auto crossSpan = MeasureNewChild(frameSize, currentIndex, layoutWrapper, itemWrapper, false); in FillNewLineBackward() 1576 int32_t GridScrollLayoutAlgorithm::MeasureNewChild(const SizeF& frameSize, int32_t itemIndex, in MeasureNewChild() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm
|