Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h354 …efPtr<LayoutWrapper>& childWrapper, const RefPtr<SwiperLayoutProperty>& swiperProperty, Axis axis);
H A Dswiper_layout_algorithm.cpp678 …const RefPtr<LayoutWrapper>& childWrapper, const RefPtr<SwiperLayoutProperty>& swiperProperty, Axi… in GetChildMainAxisSize() argument
687 auto displayCount = swiperProperty->GetDisplayCountValue(1); in GetChildMainAxisSize()
688 if (!SwiperUtils::IsStretch(swiperProperty) || displayCount == 0) { in GetChildMainAxisSize()