Home
last modified time | relevance | path

Searched refs:GetPreviewPixelMapByInspectorId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h150 static RefPtr<PixelMap> GetPreviewPixelMapByInspectorId(const std::string& inspectorId);
H A Ddrag_event.cpp1192 auto previewPixelMap = GetPreviewPixelMapByInspectorId(inspectorId); in GetPreviewPixelMap()
1208 RefPtr<PixelMap> DragEventActuator::GetPreviewPixelMapByInspectorId(const std::string& inspectorId) in GetPreviewPixelMapByInspectorId() function in OHOS::Ace::NG::DragEventActuator