Searched refs:swiperLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
431 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable432 …outWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(swiperLayoutAlgorithm));435 swiperLayoutAlgorithm->currentIndex_ = 1;437 swiperLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper));438 swiperLayoutAlgorithm->Layout(AceType::RawPtr(layoutWrapper));4826 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable4827 dirty->layoutAlgorithm_ = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(swiperLayoutAlgorithm);5634 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable5635 dirty->layoutAlgorithm_ = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(swiperLayoutAlgorithm);5716 …auto swiperLayoutAlgorithm = AceType::DynamicCast<SwiperLayoutAlgorithm>(pattern_->CreateLayoutAlg… variable[all …]
120 auto swiperLayoutAlgorithm = MakeRefPtr<SwiperLayoutAlgorithm>(); in CreateLayoutAlgorithm() local122 swiperLayoutAlgorithm->SetUseCustomAnimation(true); in CreateLayoutAlgorithm()123 swiperLayoutAlgorithm->SetCustomAnimationToIndex(customAnimationToIndex_); in CreateLayoutAlgorithm()124 swiperLayoutAlgorithm->SetIndexsInAnimation(indexsInAnimation_); in CreateLayoutAlgorithm()125 swiperLayoutAlgorithm->SetNeedUnmountIndexs(needUnmountIndexs_); in CreateLayoutAlgorithm()126 return swiperLayoutAlgorithm; in CreateLayoutAlgorithm()130 swiperLayoutAlgorithm->SetJumpIndex(jumpIndex_.value()); in CreateLayoutAlgorithm()132 swiperLayoutAlgorithm->SetTargetIndex(targetIndex_.value()); in CreateLayoutAlgorithm()134 swiperLayoutAlgorithm->SetContentCrossSize(contentCrossSize_); in CreateLayoutAlgorithm()135 swiperLayoutAlgorithm->SetMainSizeIsMeasured(mainSizeIsMeasured_); in CreateLayoutAlgorithm()[all …]