Searched refs:PredictBuildItem (Results 1 – 4 of 4) sorted by relevance
166 …static bool PredictBuildItem(FrameNode& host, int32_t itemIdx, const GridPredictLayoutParam& param…
112 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
500 … static bool PredictBuildItem(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& constraint);
1868 bool ListLayoutAlgorithm::PredictBuildItem(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& … in PredictBuildItem() function in OHOS::Ace::NG::ListLayoutAlgorithm1914 needMarkDirty = PredictBuildItem(wrapper, param.layoutConstraint) || needMarkDirty; in PostIdleTask()