Home
last modified time | relevance | path

Searched refs:CheckIsSingleCase (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.h350 bool CheckIsSingleCase(const RefPtr<SwiperLayoutProperty>& property);
H A Dswiper_layout_algorithm.cpp46 bool SwiperLayoutAlgorithm::CheckIsSingleCase(const RefPtr<SwiperLayoutProperty>& property) in CheckIsSingleCase() function in OHOS::Ace::NG::SwiperLayoutAlgorithm
164 auto isSingleCase = CheckIsSingleCase(swiperLayoutProperty); in Measure()
727 if (CheckIsSingleCase(swiperLayoutProperty) && !mainSizeIsDefined_) { in LayoutForward()