Home
last modified time | relevance | path

Searched refs:SetTotalItemCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_paint_method.h77 void SetTotalItemCount(int32_t totalItemCount) in SetTotalItemCount() function
H A Dlist_pattern.cpp325 paint->SetTotalItemCount(maxListItemIndex_ + 1); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp567 swiperLayoutAlgorithm->SetTotalItemCount(1);
1223 swiperLayoutAlgorithm->SetTotalItemCount(2);
1271 swiperLayoutAlgorithm->SetTotalItemCount(2);
1328 swiperLayoutAlgorithm->SetTotalItemCount(2);
1380 swiperLayoutAlgorithm->SetTotalItemCount(1);
1437 swiperLayoutAlgorithm->SetTotalItemCount(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h98 void SetTotalItemCount(int32_t totalItemCount) in SetTotalItemCount() function
H A Dswiper_pattern.cpp192 algo->SetTotalItemCount(TotalCount()); in CreateLayoutAlgorithm()