Home
last modified time | relevance | path

Searched refs:GetGestureEventFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dlong_press_event_test_ng.cpp94 longPressEvent->GetGestureEventFunc()(info);
131 longPressEventActuator->GetGestureEventFunc()(info);
180 longPressEventActuator->GetGestureEventFunc()(info);
H A Dclick_event_test_ng.cpp101 clickEvent->GetGestureEventFunc()(info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dlong_press_event.cpp45 longPressRecognizer_->SetOnAction(GetGestureEventFunc()); in OnCollectTouchTarget()
52 GestureEventFunc LongPressEventActuator::GetGestureEventFunc() in GetGestureEventFunc() function in OHOS::Ace::NG::LongPressEventActuator
H A Dlong_press_event.h36 const GestureEventFunc& GetGestureEventFunc() const in GetGestureEventFunc() function
84 GestureEventFunc GetGestureEventFunc();
H A Dclick_event.h37 const GestureEventFunc& GetGestureEventFunc() const in GetGestureEventFunc() function
H A Dgesture_event_hub.cpp1566 click = longPressEventActuator_->GetGestureEventFunc(); in ActLongClick()
1757 auto originalGetGestureEventFunc = originalShowMenu->GetGestureEventFunc(); in CopyEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_arrow_test_ng.cpp917 auto callback = event->GetGestureEventFunc();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_event_test_ng.cpp33 auto handleLongPressEvent = tabBarPattern_->longPressEvent_->GetGestureEventFunc(); in LongPress()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp186 clickEvents.front()->GetGestureEventFunc()(info); in ClickBtn()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1507 pattern->clickListener_->GetGestureEventFunc()(gestureEvent);