Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp1118 …swiperLayoutAlgorithm->LayoutForwardItem(&layoutWrapper, layoutConstraint, axis, currentIndex, end…
1337 auto result = swiperLayoutAlgorithm->LayoutForwardItem(
1557 …swiperLayoutAlgorithm->LayoutForwardItem(&layoutWrapper2, layoutConstraint, axis, currentIndex, en…
1558 auto result2 = swiperLayoutAlgorithm->LayoutForwardItem(
1565 …swiperLayoutAlgorithm->LayoutForwardItem(&layoutWrapper3, layoutConstraint, axis, currentIndex, en…
1566 auto result3 = swiperLayoutAlgorithm->LayoutForwardItem(
1573 …swiperLayoutAlgorithm->LayoutForwardItem(&layoutWrapper4, layoutConstraint, axis, currentIndex, en…
1574 auto result4 = swiperLayoutAlgorithm->LayoutForwardItem(
1586 …swiperLayoutAlgorithm->LayoutForwardItem(&layoutWrapper, layoutConstraint, axis, currentIndex, end…
1587 auto result = swiperLayoutAlgorithm->LayoutForwardItem(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h60 …bool LayoutForwardItem(LayoutWrapper* layoutWrapper, const LayoutConstraintF& layoutConstraint, Ax…
H A Dswiper_layout_algorithm.cpp563 bool SwiperLayoutAlgorithm::LayoutForwardItem(LayoutWrapper* layoutWrapper, const LayoutConstraintF… in LayoutForwardItem() function in OHOS::Ace::NG::SwiperLayoutAlgorithm
723LayoutForwardItem(layoutWrapper, layoutConstraint, axis, currentIndex, currentStartPos, currentEnd… in LayoutForward()