Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h474 void RequireSummaryIfNecessary(const PointerEvent& pointerEvent);
H A Ddrag_drop_manager.cpp678 RequireSummaryIfNecessary(pointerEvent); in OnDragMove()
2267 void DragDropManager::RequireSummaryIfNecessary(const PointerEvent& pointerEvent) in RequireSummaryIfNecessary() function in OHOS::Ace::NG::DragDropManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3891 manager->RequireSummaryIfNecessary(pointerEvent); in OnDragEvent()