/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_recognizer.h | 33 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 D | drag_recognizer.cpp | 41 DragStartInfo startInfo(firstPoint.id); in OnAccepted()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_pan_handler.cpp | 33 const DragStartInfo* dragStartInfo = static_cast<const DragStartInfo*>(info); in CreateComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_pan_function.h | 33 void Execute(const DragStartInfo& info);
|
H A D | js_pan_function.cpp | 34 void JsPanFunction::Execute(const DragStartInfo& info) in Execute()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/ |
H A D | render_scroll_bar.cpp | 66 dragRecognizer_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitRecognizer() 101 void RenderScrollBar::HandleDragStart(const DragStartInfo& info) in HandleDragStart()
|
H A D | render_scroll_bar.h | 78 void HandleDragStart(const DragStartInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 49 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 D | render_collapsing_navigation_bar.h | 56 void HandleDragStart(const DragStartInfo& info);
|
H A D | render_collapsing_navigation_bar.cpp | 209 …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 D | render_tab_content.cpp | 113 …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 D | render_list_item.h | 188 void HandleDragStart(const DragStartInfo& info);
|
H A D | render_list_item.cpp | 286 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 D | cj_frontend.cpp | 58 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 D | render_rich_text.cpp | 51 dragRecognizer_->SetOnDragStart([](const DragStartInfo& info) {}); in RenderRichText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | render_stage.cpp | 67 dragDetector_->SetOnDragStart([weakRenderStage = WeakClaim(this)](const DragStartInfo& info) { in WatchDragToBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | render_split_container.cpp | 237 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitializeRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 41 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 D | render_indexer.cpp | 58 …dragRecognizer_->SetOnDragStart([weakIndex = AceType::WeakClaim(this)](const DragStartInfo& info) { in RenderIndexer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_switch.cpp | 163 … dragRecognizer_->SetOnDragStart([weak = AceType::WeakClaim(this)](const DragStartInfo& info) { in HandleDrag()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | render_sliding_panel.cpp | 300 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitializeRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 428 void HandleDragStart(const DragStartInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 47 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 D | render_semi_modal.cpp | 398 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in InitializeRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.cpp | 46 dragDetector_->SetOnDragStart([weak = WeakClaim(this)](const DragStartInfo& startInfo) { in RenderDialogTween()
|