Home
last modified time | relevance | path

Searched refs:IsNormalItem (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.h349 bool IsNormalItem(const RefPtr<LayoutWrapper>& wrapper) const;
H A Dswiper_layout_algorithm.cpp584 if (!IsNormalItem(wrapper)) { in LayoutForwardItem()
629 if (!IsNormalItem(wrapper)) { in LayoutBackwardItem()
995 if (!IsNormalItem(wrapper)) { in LayoutItem()
1424 bool SwiperLayoutAlgorithm::IsNormalItem(const RefPtr<LayoutWrapper>& wrapper) const in IsNormalItem() function in OHOS::Ace::NG::SwiperLayoutAlgorithm