Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_layout_test_ng.cpp388 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable
389 swiperLayoutAlgorithm->isLoop_ = true;
400 swiperLayoutAlgorithm->LayoutBackwardItem(
403 swiperLayoutAlgorithm->isLoop_ = true;
406 swiperLayoutAlgorithm->isLoop_ = false;
415 swiperLayoutAlgorithm->LayoutBackwardItem(
435 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable
449 swiperLayoutAlgorithm->targetIndex_ = 1;
456swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
457 swiperLayoutAlgorithm->targetIndex_ = 0;
[all …]
Dswiper_utils_test_ng.cpp48 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable
49 swiperLayoutAlgorithm->currentIndex_ = 1;
Dswiper_test_ng.cpp212 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable
213 dirty->layoutAlgorithm_ = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(swiperLayoutAlgorithm);
359 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable
360 dirty->layoutAlgorithm_ = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(swiperLayoutAlgorithm);
1438 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable
1439 dirty->layoutAlgorithm_ = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(swiperLayoutAlgorithm);
1835 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable