Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h544 prevMarginIgnoreBlank_ = prevMarginIgnoreBlank; in SetPrevMarginIgnoreBlank()
556 return prevMarginIgnoreBlank_; in GetPrevMarginIgnoreBlank()
1081 bool prevMarginIgnoreBlank_ = false; variable
H A Dswiper_pattern.cpp1138 if (IsLoop() || !(prevMarginIgnoreBlank_ || nextMarginIgnoreBlank_)) { in AdjustIgnoreBlankOverScrollOffSet()
1142 …return prevMarginIgnoreBlank_ ? GetPrevMarginWithItemSpace() + ignoreBlankOffset_ : ignoreBlankOff… in AdjustIgnoreBlankOverScrollOffSet()
1152 if (IsLoop() || !(prevMarginIgnoreBlank_ || nextMarginIgnoreBlank_)) { in UpdateIgnoreBlankOffsetWithIndex()
1160 if (prevMarginIgnoreBlank_ && targetIndex_.value() == 0) { in UpdateIgnoreBlankOffsetWithIndex()
1173 if (IsLoop() || !(prevMarginIgnoreBlank_ || nextMarginIgnoreBlank_)) { in UpdateIgnoreBlankOffsetWithDrag()
1177 if (prevMarginIgnoreBlank_ && overScrollDirection) { in UpdateIgnoreBlankOffsetWithDrag()