Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp441 if (!IsAutoLinear()) { in CheckUserSetIndex()
1199 bool SwiperPattern::IsAutoLinear() const in IsAutoLinear() function in OHOS::Ace::NG::SwiperPattern
1208 if (!IsAutoLinear()) { in AutoLinearAnimationNeedReset()
1688 if (!IsAutoLinear()) { in CheckTargetIndex()
1775 …if (IsAutoLinear() && static_cast<int32_t>(itemPosition_.size()) == TotalCount() && !autoLinearRea… in ShowPrevious()
2515 if (IsAutoLinear()) { in UpdateNextValidIndex()
2773 if (IsAutoLinear() && AutoLinearIsOutOfBoundary(static_cast<float>(mainDelta))) { in HandleDragUpdate()
2810 if (IsAutoLinear() && AutoLinearIsOutOfBoundary(0.0f)) { in HandleDragEnd()
2879 if (!IsAutoLinear() && nextIndex > currentIndex_ + displayCount) { in ComputeSwipePageNextIndex()
2950 if (!IsAutoLinear() && nextIndex > currentIndex_ + GetDisplayCount()) { in ComputeNextIndexByVelocity()
H A Dswiper_pattern.h763 bool IsAutoLinear() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp1954 EXPECT_TRUE(pattern_->IsAutoLinear());