/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | long_press_event_test_ng.cpp | 145 longPressEventActuator->SetLongPressEvent(longPressEvent); in HWTEST_F() 153 longPressEventActuator->SetLongPressEvent(longPressEvent, true, true); in HWTEST_F()
|
H A D | gesture_event_hub_test_ng.cpp | 186 gestureEventHub->SetLongPressEvent(longPressEvent); in HWTEST_F() 336 gestureEventHub->SetLongPressEvent(longPressEvent); in HWTEST_F() 808 * @tc.steps: step7. call SetLongPressEvent in HWTEST_F() 813 gestureEventHub->SetLongPressEvent(longPressEvent); in HWTEST_F() 1061 guestureEventHub->longPressEventActuator_->SetLongPressEvent(longPressEvent); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/dfx/ |
H A D | event_injector.h | 134 bool SetLongPressEvent(const Point& longPressPoint);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | long_press_event.h | 60 void SetLongPressEvent(const RefPtr<LongPressEvent>& event, bool isForDrag = false, bool isDisableMouseLeft = false) in SetLongPressEvent() function in OHOS::Ace::NG::LongPressEventActuator
|
H A D | gesture_event_hub.h | 171 void SetLongPressEvent(const RefPtr<LongPressEvent>& event, bool isForDrag = false, bool isDisableMouseLeft = false,
|
H A D | gesture_event_hub.cpp | 1088 void GestureEventHub::SetLongPressEvent( in SetLongPressEvent() function in OHOS::Ace::NG::GestureEventHub 1095 longPressEventActuator_->SetLongPressEvent(event, isForDrag, isDisableMouseLeft); in SetLongPressEvent()
|
/foundation/arkui/ui_lite/test/unittest/dfx/ |
H A D | event_injector_unit_test.cpp | 329 * @tc.desc: Verify SetLongPressEvent function, equal. 344 bool ret = EventInjector::GetInstance()->SetLongPressEvent(longPressPoint); in HWTEST_F() 356 * @tc.desc: Verify SetLongPressEvent function, abnormal branch, SetLongPressEvent failure, equal. 371 EventInjector::GetInstance()->SetLongPressEvent(longPressPoint); in HWTEST_F() 373 bool ret = EventInjector::GetInstance()->SetLongPressEvent(longPressPoint); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_view_enhance.cpp | 100 hub->SetLongPressEvent(longPressEvent, false, true); in AddControlButtons()
|
H A D | container_modal_pattern_enhance.cpp | 683 hub->SetLongPressEvent(longPressEvent, false, true); in OnMaxBtnGestureEvent()
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | event_injector.cpp | 170 bool EventInjector::SetLongPressEvent(const Point& longPressPoint) in SetLongPressEvent() function in OHOS::EventInjector
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | tool_bar_pattern.cpp | 82 gestureHub->SetLongPressEvent(longPressEvent); in InitLongPressEvent()
|
H A D | title_bar_pattern.cpp | 1533 gestureHub->SetLongPressEvent(longPressEvent_); in InitBackButtonLongPressEvent() 1557 gestureHub->SetLongPressEvent(nullptr); in OnFontScaleConfigurationUpdate()
|
H A D | navigation_title_util.cpp | 683 gestureHub->SetLongPressEvent(longPressEvent); in InitLongPressEvent()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 248 if (injector->SetLongPressEvent(point)) { in LongPress()
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 156 gestureHub->SetLongPressEvent(longPressEvent_, false, false, LONG_PRESS_DELAY); in InitEvent() 165 gestureHub->SetLongPressEvent(longPressEvent_, false, false, LONG_PRESS_DELAY); in InitEvent() 193 gestureHub->SetLongPressEvent(longPressEvent_, false, false, LONG_PRESS_DELAY); in LongPressEventModify() 195 gestureHub->SetLongPressEvent(nullptr); in LongPressEventModify()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 399 gestureHub->SetLongPressEvent(nullptr); in OnFontScaleConfigurationUpdate()
|
/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.cpp | 420 EventInjector::GetInstance()->SetLongPressEvent(point); in OnClick()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_response_area.cpp | 231 gesture->SetLongPressEvent(MakeRefPtr<LongPressEvent>(std::move(longPressCallback))); in AddEvent() 755 gesture->SetLongPressEvent(MakeRefPtr<LongPressEvent>(std::move(longPressCallback))); in InitClickEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.h | 273 void SetLongPressEvent(GestureEventFunc&& onLongPress_) in SetLongPressEvent() function
|
H A D | text_pattern.cpp | 702 gestureHub->SetLongPressEvent(longPressEvent_, false, false, longPressDelay); in InitLongPressEvent() 716 gestureHub->SetLongPressEvent(longPressEvent_, false, false, longPressDelay); in InitLongPressEvent() 2487 gestureEventHub->SetLongPressEvent(nullptr); in OnModifyDone()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 725 gestureHub->SetLongPressEvent(nullptr); 1204 gestureHub->SetLongPressEvent(longPressEvent_);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 330 hub->SetLongPressEvent(longPress, false, true, longPressDuration); in BindContextMenu()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testone_ng.cpp | 752 source->GetSpanItem()->SetLongPressEvent(std::move(func)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 690 gestureHub->SetLongPressEvent(longPressEvent_, false, false, LONG_PRESS_DELAY); in InitLongPressEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 430 gestureHub->SetLongPressEvent(longPressEvent_); in InitLongPressEvent() 1034 gestureHub->SetLongPressEvent(nullptr); in RemoveTabBarEventCallback() 1252 gestureHub->SetLongPressEvent(nullptr); in InitLongPressAndDragEvent()
|