Home
last modified time | relevance | path

Searched refs:previewLongPressRecognizer_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp110 previewLongPressRecognizer_ = in DragEventActuator()
112 previewLongPressRecognizer_->SetGestureInfo( in DragEventActuator()
114 previewLongPressRecognizer_->SetThumbnailDeadline(PRE_DRAG_TIMER_DEADLINE); in DragEventActuator()
770 previewLongPressRecognizer_->SetOnAction(longPressUpdate); in OnCollectTouchTarget()
771 previewLongPressRecognizer_->SetOnActionCancel(longPressCancel); in OnCollectTouchTarget()
772 previewLongPressRecognizer_->SetThumbnailCallback(std::move(preDragCallback)); in OnCollectTouchTarget()
773 previewLongPressRecognizer_->SetGestureHub(gestureEventHub_); in OnCollectTouchTarget()
865 previewLongPressRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
873 result.emplace_back(previewLongPressRecognizer_); in OnCollectTouchTarget()
1879 previewLongPressRecognizer_ = in CopyDragEvent()
[all …]
H A Ddrag_event.h308 RefPtr<LongPressRecognizer> previewLongPressRecognizer_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp546 EXPECT_NE(dragEventActuator->previewLongPressRecognizer_->onAction_, nullptr);
565 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);
574 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);
583 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);
591 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);