Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h558 …virtual bool MouseDetect(const Point& globalPoint, const Point& parentLocalPoint, MouseHoverTestLi…
H A Drender_node.cpp827 bool RenderNode::MouseDetect(const Point& globalPoint, const Point& parentLocalPoint, MouseHoverTes… in MouseDetect() function in OHOS::Ace::RenderNode
846 child->MouseDetect(globalPoint, localPoint, hoverList, hoverNode); in MouseDetect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1027 renderNode->MouseDetect(point, point, hitTestResult, hoverNode); in MouseTest()