Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_property.h201 float GetCalculatedPrevMargin() const in GetCalculatedPrevMargin() function
H A Dswiper_layout_algorithm.cpp49 bool hasPrevMargin = Positive(property->GetCalculatedPrevMargin()); in CheckIsSingleCase()
113 prevMargin_ = property->GetCalculatedPrevMargin(); in UpdateLayoutInfoBeforeMeasureSwiper()
H A Dswiper_pattern.cpp1075 …auto firstItemIndex = Positive(props->GetCalculatedPrevMargin()) ? targetIndexValue + TotalCount()… in OnDirtyLayoutWrapperSwap()
3812 return props->GetCalculatedPrevMargin(); in GetPrevMargin()
3928 …(NonPositive(props->GetCalculatedPrevMargin()) || NonPositive(props->GetCalculatedNextMargin()))))… in IsLoop()
4834 if (Positive(props->GetCalculatedPrevMargin())) { in TotalDisPlayCount()