Home
last modified time | relevance | path

Searched refs:GetFinishCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_controller.h115 const CommonFunc& GetFinishCallback() const in GetFinishCallback() function
H A Drender_swiper.cpp2817 …swiper_ && swiper_->GetSwiperController() && swiper_->GetSwiperController()->GetFinishCallback()) { in FireSwiperControllerFinishEvent()
2818 swiper_->GetSwiperController()->GetFinishCallback()(); in FireSwiperControllerFinishEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.h116 const ColumnFinishCallback& GetFinishCallback() const in GetFinishCallback() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_controller_test_ng.cpp627 EXPECT_EQ(controller_->GetFinishCallback(), nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1870 if (swiperController_ && swiperController_->GetFinishCallback()) { in FinishAnimation()
1871 auto finishCallback = swiperController_->GetFinishCallback(); in FinishAnimation()