Searched refs:GetPixelMapContentNode (Results 1 – 5 of 5) sorted by relevance
114 void OverlayManager::GetPixelMapContentNode(bool isSubwindowOverlay) {} in GetPixelMapContentNode() function in OHOS::Ace::NG::OverlayManager
303 RefPtr<FrameNode> GetPixelMapContentNode(bool isSubwindowOverlay = false) const;
6516 RefPtr<FrameNode> OverlayManager::GetPixelMapContentNode(bool isSubwindowOverlay) const in GetPixelMapContentNode() function in OHOS::Ace::NG::OverlayManager6557 RefPtr<FrameNode> imageNode = GetPixelMapContentNode(isSubwindowOverlay); in UpdatePixelMapPosition()
1244 auto imageNode = overlayManager->GetPixelMapContentNode();
1031 imageNode = overlayManager->GetPixelMapContentNode(); in OnDragStart()