Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h115 … virtual void StartSystemDrag(const std::string& str, void* pixelMapManager, int32_t byteCount) {} in StartSystemDrag() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h664 void StartSystemDrag(const std::string& str, const RefPtr<PixelMap>& pixmap);
H A Dpipeline_context.cpp2929 void PipelineContext::StartSystemDrag(const std::string& str, const RefPtr<PixelMap>& pixmap) in StartSystemDrag() function in OHOS::Ace::PipelineContext