Home
last modified time | relevance | path

Searched refs:SetIsLoop (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.h95 void SetIsLoop(bool isLoop) in SetIsLoop() function
99 builder_->SetIsLoop(isLoop); in SetIsLoop()
H A Drepeat_virtual_scroll_node.h160 void SetIsLoop(bool isLoop) in SetIsLoop() function
H A Dlazy_for_each_builder.h519 void SetIsLoop(bool isLoop) in SetIsLoop() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp568 swiperLayoutAlgorithm->SetIsLoop(false);
580 swiperLayoutAlgorithm->SetIsLoop(true);
628 swiperLayoutAlgorithm->SetIsLoop(false);
650 swiperLayoutAlgorithm->SetIsLoop(true);
652 swiperLayoutAlgorithm->SetIsLoop(false);
1224 swiperLayoutAlgorithm->SetIsLoop(true);
1272 swiperLayoutAlgorithm->SetIsLoop(true);
1329 swiperLayoutAlgorithm->SetIsLoop(true);
1381 swiperLayoutAlgorithm->SetIsLoop(true);
1438 swiperLayoutAlgorithm->SetIsLoop(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h84 void SetIsLoop(bool isLoop) in SetIsLoop() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h95 paintMethod->SetIsLoop(swiperPattern->IsLoop()); in SetDotIndicatorPaintMethodInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h139 void SetIsLoop(bool isLoop) in SetIsLoop() function
H A Dswiper_pattern.cpp193 algo->SetIsLoop(IsLoop()); in CreateLayoutAlgorithm()
4456 lazyForEachNode->SetIsLoop(IsLoop()); in SetLazyLoadIsLoop()
4460 repeatVirtualNode->SetIsLoop(IsLoop()); in SetLazyLoadIsLoop()