Home
last modified time | relevance | path

Searched refs:DragStartInfo (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.h33 class DragStartInfo : public TouchLocationInfo {
34 DECLARE_RELATIONSHIP_OF_CLASSES(DragStartInfo, TouchLocationInfo);
37 explicit DragStartInfo(int32_t fingerId) : TouchLocationInfo("onDragStart", fingerId) {} in DragStartInfo() function
38 ~DragStartInfo() override = default;
125 using DragStartCallback = std::function<void(const DragStartInfo&)>;
H A Ddrag_recognizer.cpp41 DragStartInfo startInfo(firstPoint.id); in OnAccepted()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_pan_handler.cpp33 const DragStartInfo* dragStartInfo = static_cast<const DragStartInfo*>(info); in CreateComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_pan_function.h33 void Execute(const DragStartInfo& info);
H A Djs_pan_function.cpp34 void JsPanFunction::Execute(const DragStartInfo& info) in Execute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Drender_scroll_bar.cpp66 dragRecognizer_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitRecognizer()
101 void RenderScrollBar::HandleDragStart(const DragStartInfo& info) in HandleDragStart()
H A Drender_scroll_bar.h78 void HandleDragStart(const DragStartInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp49 auto funcStart = AceAsyncEvent<void(const DragStartInfo&)>::Create(onDragStartId, context_); in SetDragCallBack()
51 (const DragStartInfo& info)->void { in SetDragCallBack()
138 …recognizer->SetOnDragStart(AceAsyncEvent<void(const DragStartInfo&)>::Create(onDragStartId, contex…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_collapsing_navigation_bar.h56 void HandleDragStart(const DragStartInfo& info);
H A Drender_collapsing_navigation_bar.cpp209 …dragRecognizer_->SetOnDragStart([weakScroll = AceType::WeakClaim(this)](const DragStartInfo& info)… in Initialize()
265 void RenderCollapsingNavigationBar::HandleDragStart(const DragStartInfo& info) {} in HandleDragStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp113 …dragDetector_->SetOnDragStart([weakContent = AceType::WeakClaim(this)](const DragStartInfo& info) { in Initialize()
138 dragDetector_->SetOnDragStart([](const DragStartInfo& info) {}); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.h188 void HandleDragStart(const DragStartInfo& info);
H A Drender_list_item.cpp286 dragDetector_->SetOnDragStart([weak](const DragStartInfo& info) { in InitDragRecognizer()
308 void RenderListItem::HandleDragStart(const DragStartInfo& info) in HandleDragStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp58 const auto* dragStartInfo = TypeInfoHelper::DynamicCast<DragStartInfo>(&info); in CopyEventInfo()
60 return std::make_shared<DragStartInfo>(*dragStartInfo); in CopyEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drender_rich_text.cpp51 dragRecognizer_->SetOnDragStart([](const DragStartInfo& info) {}); in RenderRichText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp67 dragDetector_->SetOnDragStart([weakRenderStage = WeakClaim(this)](const DragStartInfo& info) { in WatchDragToBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp237 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitializeRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp41 const auto* dragStartInfo = TypeInfoHelper::DynamicCast<DragStartInfo>(&info); in CopyEventInfo()
43 return std::make_shared<DragStartInfo>(*dragStartInfo); in CopyEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp58 …dragRecognizer_->SetOnDragStart([weakIndex = AceType::WeakClaim(this)](const DragStartInfo& info) { in RenderIndexer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp163 … dragRecognizer_->SetOnDragStart([weak = AceType::WeakClaim(this)](const DragStartInfo& info) { in HandleDrag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp300 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitializeRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h428 void HandleDragStart(const DragStartInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp47 const auto* dragStartInfo = TypeInfoHelper::DynamicCast<DragStartInfo>(&info); in CopyEventInfo()
49 return std::make_shared<DragStartInfo>(*dragStartInfo); in CopyEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp398 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitializeRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp46 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in RenderDialogTween()

12