Home
last modified time | relevance | path

Searched refs:LayoutForward (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp480 LayoutForward(layoutWrapper, layoutConstraint, axis, jumpIndex_.value(), startPos); in MeasureSwiper()
503LayoutForward(layoutWrapper, layoutConstraint, axis, startIndexInVisibleWindow, startPos); in MeasureSwiper()
507LayoutForward(layoutWrapper, layoutConstraint, axis, GetEndIndex() + 1, GetEndPosition()); in MeasureSwiper()
521LayoutForward(layoutWrapper, layoutConstraint, axis, startIndexInVisibleWindow, startPos); in MeasureSwiper()
532LayoutForward(layoutWrapper, layoutConstraint, axis, GetEndIndex() + 1, GetEndPosition()); in MeasureSwiper()
537LayoutForward(layoutWrapper, layoutConstraint, axis, startIndexInVisibleWindow, startPos); in MeasureSwiper()
548LayoutForward(layoutWrapper, layoutConstraint, axis, startIndexInVisibleWindow, startPos); in MeasureSwiper()
557LayoutForward(layoutWrapper, layoutConstraint, axis, GetEndIndex() + 1, GetEndPosition()); in MeasureSwiper()
703 void SwiperLayoutAlgorithm::LayoutForward(LayoutWrapper* layoutWrapper, const LayoutConstraintF& la… in LayoutForward() function in OHOS::Ace::NG::SwiperLayoutAlgorithm
H A Dswiper_layout_algorithm.h56 …void LayoutForward(LayoutWrapper* layoutWrapper, const LayoutConstraintF& layoutConstraint, Axis a…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp308 LayoutForward(layoutWrapper, jumpIndex_.value(), startPos); in BeginLayoutForward()
312 LayoutForward(layoutWrapper, GetEndIndex() + 1, GetEndPosition()); in BeginLayoutForward()
322 LayoutForward(layoutWrapper, GetEndIndex() + 1, GetEndPosition()); in BeginLayoutBackward()
392 LayoutForward(layoutWrapper, index + 1, GetEndPosition()); in HandleJumpCenter()
399 LayoutForward(layoutWrapper, index, startPos); in HandleJumpCenter()
406 LayoutForward(layoutWrapper, GetEndIndex() + 1, GetEndPosition()); in HandleJumpCenter()
422 LayoutForward(layoutWrapper, jumpIndex_.value() + 1, GetEndPosition()); in HandleJumpStart()
447 LayoutForward(layoutWrapper, GetEndIndex() + 1, GetEndPosition()); in HandleJumpEnd()
840 LayoutForward(layoutWrapper, GetEndIndex() + 1, GetEndPosition()); in MeasureList()
843 LayoutForward(layoutWrapper, startIndex, startPos); in MeasureList()
[all …]
H A Dlist_layout_algorithm.h329 void LayoutForward(LayoutWrapper* layoutWrapper, int32_t startIndex, float startPos);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp456 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
576 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
594 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
1235 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
1287 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
1346 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
1396 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
1452 …swiperLayoutAlgorithm->LayoutForward(&layoutWrapper, layoutConstraint, axis, startIndex, startPos);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h104 void LayoutForward(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint,
H A Dtab_bar_layout_algorithm.cpp390 LayoutForward(layoutWrapper, childLayoutConstraint, endIndex, endPos); in MeasureTargetIndex()
412 LayoutForward(layoutWrapper, childLayoutConstraint, endIndex, endPos); in MeasureJumpIndex()
446 LayoutForward(layoutWrapper, childLayoutConstraint, endIndex, endPos); in MeasureWithOffset()
464 LayoutForward(layoutWrapper, childLayoutConstraint, endIndex, endPos); in AdjustPosition()
476 void TabBarLayoutAlgorithm::LayoutForward(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLay… in LayoutForward() function in OHOS::Ace::NG::TabBarLayoutAlgorithm