Home
last modified time | relevance | path

Searched refs:UpdateChildPosition (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp269 tabContent->UpdateChildPosition(value, index, newIndex, needChange); in ScrollContents()
389 UpdateChildPosition(scrollOffset_, currentIndex_, newIndex, true); in UpdateScrollPosition()
394 UpdateChildPosition(scrollOffset_, currentIndex_, index, true); in UpdateDragPosition()
397 void RenderTabContent::UpdateChildPosition(double offset, int32_t currentIndex, int32_t newIndex, b… in UpdateChildPosition() function in OHOS::Ace::RenderTabContent
H A Drender_tab_content.h180 … void UpdateChildPosition(double offset, int32_t currentIndex, int32_t newIndex, bool needChange);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp121 marquee->UpdateChildPosition(value); in UpdateAnimation()
128 void RenderMarquee::UpdateChildPosition(double position) in UpdateChildPosition() function in OHOS::Ace::RenderMarquee
H A Drender_marquee.h88 void UpdateChildPosition(double position);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.h39 void UpdateChildPosition(LayoutWrapper* layoutWrapper, const std::string& tag,
H A Dsecurity_component_layout_algorithm.cpp55 void SecurityComponentLayoutAlgorithm::UpdateChildPosition(LayoutWrapper* layoutWrapper, const std:… in UpdateChildPosition() function in OHOS::Ace::NG::SecurityComponentLayoutAlgorithm
361 UpdateChildPosition(layoutWrapper, V2::IMAGE_ETS_TAG, offsetIcon); in Layout()
362 UpdateChildPosition(layoutWrapper, V2::TEXT_ETS_TAG, offsetText); in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h169 void UpdateChildPosition(OffsetF& childOffset);
H A Dbubble_layout_algorithm.cpp415 UpdateChildPosition(childOffset_); in BubbleAvoidanceRule()
742 UpdateChildPosition(childPosition); in GetChildPositionNew()
802 UpdateChildPosition(childPosition); in GetAdjustPosition()
965 void BubbleLayoutAlgorithm::UpdateChildPosition(OffsetF& childOffset) in UpdateChildPosition() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp396 UpdateChildPosition(childPosition, currentIndex_, true); in PerformLayout()
1024 swiper->UpdateChildPosition(position, swiper->currentIndex_); in StartSpringMotion()
1128 swiper->UpdateChildPosition(value, fromIndex); in MoveItems()
1663 UpdateChildPosition(newDragOffset, currentIndex_); in UpdateScrollPosition()
1684 UpdateChildPosition(dragOffset, currentIndex_); in SetSwiperEffect()
1688 void RenderSwiper::UpdateChildPosition(double offset, int32_t fromIndex, bool inLayout) in UpdateChildPosition() function in OHOS::Ace::RenderSwiper
2791 UpdateChildPosition(0.0, currentIndex_); in FinishAllSwipeAnimation()
2967 swiper->UpdateChildPosition(itemOffset * contentOffset, fromIndex); in StartIndicatorAnimation()
H A Drender_swiper.h501 void UpdateChildPosition(double offset, int32_t fromIndex, bool inLayout = false);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2082 bubbleLayoutAlgorithm->UpdateChildPosition(position);
2693 layoutAlgorithm->UpdateChildPosition(offset);
2698 layoutAlgorithm->UpdateChildPosition(offset);
2703 layoutAlgorithm->UpdateChildPosition(offset);
2708 layoutAlgorithm->UpdateChildPosition(offset);
2713 layoutAlgorithm->UpdateChildPosition(offset);
2716 layoutAlgorithm->UpdateChildPosition(offset);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp971 buttonAlgorithm->UpdateChildPosition(&*layoutWrapper, V2::TEXT_ETS_TAG, offset);