Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp194 algo->SetSwipeByGroup(IsSwipeByGroup()); in CreateLayoutAlgorithm()
400 isSwipeByGroup_ = IsSwipeByGroup(); in OnModifyDone()
424 if (IsSwipeByGroup()) { in OnModifyDone()
513 if (IsSwipeByGroup() && needAdjustIndex_) { in BeforeCreateLayoutWrapper()
1355 auto swipeByGroup = IsSwipeByGroup(); in CalcVisibleIndex()
1407 auto swipeByGroup = IsSwipeByGroup(); in CalculateAndUpdateItemInfo()
2915 if (IsSwipeByGroup()) { in ComputeNextIndexByVelocity()
4021 if (IsSwipeByGroup() && displayCount != 0) { in TotalCount()
4344 if (IsSwipeByGroup()) { in TriggerAnimationEndOnForceStop()
4383 if (IsSwipeByGroup()) { in GetCachedCount()
[all …]
H A Dswiper_pattern.h495 bool IsSwipeByGroup() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp166 if (swiperPattern->IsSwipeByGroup()) { in HandleMouseClick()
484 if (swiperPattern->IsSwipeByGroup()) { in GetCurrentIndex()