Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h166 …static bool PredictBuildItem(FrameNode& host, int32_t itemIdx, const GridPredictLayoutParam& param…
H A Dgrid_scroll_layout_algorithm.cpp112 return PredictBuildItem(*host, itemIdx, param); in Measure()
2082 bool GridScrollLayoutAlgorithm::PredictBuildItem(FrameNode& host, int32_t itemIdx, const GridPredic… in PredictBuildItem() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h500 … static bool PredictBuildItem(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& constraint);
H A Dlist_layout_algorithm.cpp1868 bool ListLayoutAlgorithm::PredictBuildItem(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& … in PredictBuildItem() function in OHOS::Ace::NG::ListLayoutAlgorithm
1914 needMarkDirty = PredictBuildItem(wrapper, param.layoutConstraint) || needMarkDirty; in PostIdleTask()