Searched refs:onGestureSwipe (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model_ng.cpp | 238 void SwiperModelNG::SetOnGestureSwipe(GestureSwipeEvent&& onGestureSwipe) in SetOnGestureSwipe() argument 246 [event = std::move(onGestureSwipe)](int32_t index, const AnimationCallbackInfo& info) { in SetOnGestureSwipe() 693 void SwiperModelNG::SetOnGestureSwipe(FrameNode* frameNode, GestureSwipeEvent&& onGestureSwipe) in SetOnGestureSwipe() argument 699 [event = std::move(onGestureSwipe)](int32_t index, const AnimationCallbackInfo& info) { in SetOnGestureSwipe()
|
H A D | swiper_model_ng.h | 113 static void SetOnGestureSwipe(FrameNode* frameNode, GestureSwipeEvent&& onGestureSwipe);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.cpp | 187 auto onGestureSwipe = [executionContext = info.GetExecutionContext(), func = std::move(gestureSwipeHandler)]( in SetOnGestureSwipe() local 190 ACE_SCORING_EVENT("Tabs.onGestureSwipe"); in SetOnGestureSwipe() 193 TabsModel::GetInstance()->SetOnGestureSwipe(std::move(onGestureSwipe)); in SetOnGestureSwipe() 717 JSClass<JSTabs>::StaticMethod("onGestureSwipe", &JSTabs::SetOnGestureSwipe); in JSBind()
|
H A D | js_swiper.cpp | 141 JSClass<JSSwiper>::StaticMethod("onGestureSwipe", &JSSwiper::SetOnGestureSwipe); in JSBind() 1031 auto onGestureSwipe = [executionContext = info.GetExecutionContext(), func = std::move(gestureSwipeHandler), 1034 ACE_SCORING_EVENT("Swiper.onGestureSwipe"); 1039 SwiperModel::GetInstance()->SetOnGestureSwipe(std::move(onGestureSwipe));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_model_ng.cpp | 438 void TabsModelNG::SetOnGestureSwipe(GestureSwipeEvent&& onGestureSwipe) in SetOnGestureSwipe() argument 446 eventHub->SetGestureSwipeEvent(std::move(onGestureSwipe)); in SetOnGestureSwipe()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_attr_test_ng.cpp | 861 auto onGestureSwipe = [](int32_t index, const AnimationCallbackInfo& info) {}; in HWTEST_F() local 863 model.SetOnGestureSwipe(std::move(onGestureSwipe)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 28060 onGestureSwipe(value) { 28679 onGestureSwipe(handler) {
|
Completed in 35 milliseconds