/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_recognizer.h | 76 class DragEndInfo : public TouchLocationInfo { 77 DECLARE_RELATIONSHIP_OF_CLASSES(DragEndInfo, TouchLocationInfo); 80 explicit DragEndInfo(int32_t fingerId) : TouchLocationInfo("onDragEnd", fingerId) {} in DragEndInfo() function 81 ~DragEndInfo() override = default; 97 DragEndInfo& SetVelocity(const Velocity& velocity) in SetVelocity() 102 DragEndInfo& SetMainVelocity(double mainVelocity) in SetMainVelocity() 108 DragEndInfo& SetOffset(const Offset& offset) in SetOffset() 127 using DragEndCallback = std::function<void(const DragEndInfo&)>; 130 using DragEndNotifyCallback = std::function<void(double x, double y, const DragEndInfo& endInfo)>;
|
H A D | drag_recognizer.cpp | 165 DragEndInfo endInfo(event.id); in HandleTouchUpEvent() 175 DragEndInfo endInfo(event.id); in HandleTouchUpEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_pan_handler.cpp | 71 const DragEndInfo* dragEndInfo = static_cast<const DragEndInfo*>(info); in CreateComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 103 auto funcEnd = AceAsyncEvent<void(const DragEndInfo&)>::Create(onDragEndId, context_); in SetDragCallBack() 105 (const DragEndInfo& info)->void { in SetDragCallBack() 140 …recognizer->SetOnDragEnd(AceAsyncEvent<void(const DragEndInfo&)>::Create(onDragEndId, context_)); … 210 freeDragRecognizer_->SetDragEndNotify([&](double x, double y, const DragEndInfo& endInfo) { in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_pan_function.h | 35 void Execute(const DragEndInfo& info);
|
H A D | js_pan_function.cpp | 54 void JsPanFunction::Execute(const DragEndInfo& info) in Execute()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_content.cpp | 125 … dragDetector_->SetOnDragEnd([weakContent = AceType::WeakClaim(this)](const DragEndInfo& info) { in Initialize() 140 dragDetector_->SetOnDragEnd([](const DragEndInfo& info) {}); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item.h | 190 void HandleDragEnd(const DragEndInfo& info);
|
H A D | render_list_item.cpp | 300 dragDetector_->SetOnDragEnd([weak](const DragEndInfo& info) { in InitDragRecognizer() 408 void RenderListItem::HandleDragEnd(const DragEndInfo& info) in HandleDragEnd()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.cpp | 68 const auto* dragEndInfo = TypeInfoHelper::DynamicCast<DragEndInfo>(&info); in CopyEventInfo() 70 return std::make_shared<DragEndInfo>(*dragEndInfo); in CopyEventInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | render_rich_text.cpp | 52 dragRecognizer_->SetOnDragEnd([](const DragEndInfo& info) {}); in RenderRichText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 430 void HandleDragEnd(const DragEndInfo& info); 517 bool SpringItems(const DragEndInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | render_stage.cpp | 85 dragDetector_->SetOnDragEnd([weakRenderStage = WeakClaim(this)](const DragEndInfo& info) { in WatchDragToBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/ |
H A D | render_scroll_bar.cpp | 78 dragRecognizer_->SetOnDragEnd([weak = WeakClaim(this)](const DragEndInfo& endInfo) { in InitRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | render_split_container.cpp | 249 dragDetector_->SetOnDragEnd([weakDrag = AceType::WeakClaim(this)](const DragEndInfo& info) { in InitializeRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/ |
H A D | render_watch_slider.cpp | 158 … dragDetector_->SetOnDragEnd([weakSlider = AceType::WeakClaim(this)](const DragEndInfo& info) { in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.cpp | 221 dragRecognizer_->SetOnDragEnd([weakScroll = AceType::WeakClaim(this)](const DragEndInfo&) { in Initialize() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 154 const auto touchInfo = TypeInfoHelper::DynamicCast<DragEndInfo>(&info); in DragDropInfoToString() 168 const auto touchInfo = TypeInfoHelper::DynamicCast<DragEndInfo>(&info); in DragEndInfoToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 51 const auto* dragEndInfo = TypeInfoHelper::DynamicCast<DragEndInfo>(&info); in CopyEventInfo() 53 return std::make_shared<DragEndInfo>(*dragEndInfo); in CopyEventInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer.cpp | 64 dragRecognizer_->SetOnDragEnd([weakIndex = AceType::WeakClaim(this)](const DragEndInfo& info) { in RenderIndexer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_switch.cpp | 175 dragRecognizer_->SetOnDragEnd([weak = AceType::WeakClaim(this)](const DragEndInfo& info) { in HandleDrag()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | render_sliding_panel.cpp | 312 dragDetector_->SetOnDragEnd([weakDrag = AceType::WeakClaim(this)](const DragEndInfo& info) { in InitializeRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | render_refresh.cpp | 191 … dragDetector_->SetOnDragEnd([weakFresh = AceType::WeakClaim(this)](const DragEndInfo& info) { in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 57 const auto* dragEndInfo = TypeInfoHelper::DynamicCast<DragEndInfo>(&info); in CopyEventInfo() 59 return std::make_shared<DragEndInfo>(*dragEndInfo); in CopyEventInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 413 dragDetector_->SetOnDragEnd([weak = WeakClaim(this)](const DragEndInfo& info) { in Initialize()
|