Home
last modified time | relevance | path

Searched refs:ListPredictLayoutParamV2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h287 void SetPredictLayoutParamV2(std::optional<ListPredictLayoutParamV2> param) in SetPredictLayoutParamV2()
292 std::optional<ListPredictLayoutParamV2> GetPredictLayoutParamV2() const in GetPredictLayoutParamV2()
478 std::optional<ListPredictLayoutParamV2> predictLayoutParamV2_;
H A Dlist_layout_algorithm.h61 struct ListPredictLayoutParamV2 { struct
512 static void PostIdleTaskV2(RefPtr<FrameNode> frameNode, const ListPredictLayoutParamV2& param,
H A Dlist_layout_algorithm.cpp2209 const ListPredictLayoutParamV2& param, ListMainSizeValues listMainSizeValues, bool show) in PostIdleTaskV2()