Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.h37 static void AddButtonMouse(RefPtr<FrameNode>& buttonNode, RefPtr<FrameNode>& imageNode);
H A Dcontainer_modal_view.cpp244 AddButtonMouse(buttonNode, imageIcon); in BuildControlButton()
317 void ContainerModalView::AddButtonMouse(RefPtr<FrameNode>& buttonNode, RefPtr<FrameNode>& imageNode) in AddButtonMouse() function in OHOS::Ace::NG::ContainerModalView