Home
last modified time | relevance | path

Searched refs:nextMarginIgnoreBlank_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h539 nextMarginIgnoreBlank_ = nextMarginIgnoreBlank; in SetNextMarginIgnoreBlank()
561 return nextMarginIgnoreBlank_; in GetNextMarginIgnoreBlank()
1080 bool nextMarginIgnoreBlank_ = false; variable
H A Dswiper_pattern.cpp1138 if (IsLoop() || !(prevMarginIgnoreBlank_ || nextMarginIgnoreBlank_)) { in AdjustIgnoreBlankOverScrollOffSet()
1145 …return nextMarginIgnoreBlank_ ? -GetNextMarginWithItemSpace() + ignoreBlankOffset_ : ignoreBlankOf… in AdjustIgnoreBlankOverScrollOffSet()
1152 if (IsLoop() || !(prevMarginIgnoreBlank_ || nextMarginIgnoreBlank_)) { in UpdateIgnoreBlankOffsetWithIndex()
1162 … } else if (nextMarginIgnoreBlank_ && targetIndex_.value() >= (TotalCount() - GetDisplayCount())) { in UpdateIgnoreBlankOffsetWithIndex()
1173 if (IsLoop() || !(prevMarginIgnoreBlank_ || nextMarginIgnoreBlank_)) { in UpdateIgnoreBlankOffsetWithDrag()
1179 } else if (nextMarginIgnoreBlank_ && !overScrollDirection) { in UpdateIgnoreBlankOffsetWithDrag()