/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_layout_algorithm.cpp | 130 static void LayoutItem(LayoutWrapper* layoutWrapper, int32_t leftButton, int32_t rightButton) in LayoutItem() function 176 LayoutItem(layoutWrapper, ADD_BUTTON, SUB_BUTTON); in Layout() 178 LayoutItem(layoutWrapper, SUB_BUTTON, ADD_BUTTON); in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.h | 144 void LayoutItem(int32_t idx, float crossPos, const OffsetF& padding, bool isReverse);
|
H A D | water_flow_segmented_layout.cpp | 120 …LayoutItem(i, crossPos[info_->GetSegment(i)][info_->itemInfos_[i].crossIdx], initialOffset, isReve… in Layout() 503 void WaterFlowSegmentedLayout::LayoutItem(int32_t idx, float crossPos, const OffsetF& padding, bool… in LayoutItem() function in OHOS::Ace::NG::WaterFlowSegmentedLayout
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 447 LayoutItem(wrapper, pos.first, pos.second, startIndex, crossSize); in LayoutCachedALine() 621 … LayoutItem(wrapper, posMap.begin()->first, posMap.begin()->second, startIndex, crossSize); in LayoutCachedForward() 674 … LayoutItem(wrapper, posMap.begin()->first, posMap.begin()->second, startIndex, crossSize); in LayoutCachedBackward()
|
H A D | list_layout_algorithm.cpp | 1382 void ListLayoutAlgorithm::LayoutItem(RefPtr<LayoutWrapper>& wrapper, int32_t index, const ListItemI… in LayoutItem() function in OHOS::Ace::NG::ListLayoutAlgorithm 1521 LayoutItem(wrapper, pos.first, pos.second, startIndex, crossSize); in Layout() 1836 LayoutItem(wrapper, index, pos, startIndex, crossSize); in LayoutCachedALine() 2001 LayoutItem(wrapper, curIndex, pos, startIndex, crossSize); in LayoutCachedForward() 2047 LayoutItem(wrapper, curIndex, pos, startIndex, crossSize); in LayoutCachedBackward()
|
H A D | list_layout_algorithm.h | 456 void LayoutItem(RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, const ListItemInfo& pos,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.h | 329 …void LayoutItem(LayoutWrapper* layoutWrapper, Axis axis, OffsetF offset, std::pair<int32_t, Swiper…
|
H A D | swiper_layout_algorithm.cpp | 938 LayoutItem(layoutWrapper, axis, paddingOffset, pos); in Layout() 942 LayoutItem(layoutWrapper, axis, paddingOffset, pos); in Layout() 983 void SwiperLayoutAlgorithm::LayoutItem(LayoutWrapper* layoutWrapper, Axis axis, OffsetF offset, in LayoutItem() function in OHOS::Ace::NG::SwiperLayoutAlgorithm
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_group_algorithm_test_ng.cpp | 1189 listLayoutAlgorithm.LayoutItem(
|