Home
last modified time | relevance | path

Searched refs:MouseHoverTestList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h45 using MouseHoverTestList = std::list<WeakPtr<RenderNode>>; variable
349 MouseHoverTestList mouseHoverTestResults_;
350 MouseHoverTestList mouseHoverTestResultsPre_;
H A Devent_manager.cpp1025 MouseHoverTestList hitTestResult; in MouseTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h558 …ol MouseDetect(const Point& globalPoint, const Point& parentLocalPoint, MouseHoverTestList& result,
H A Drender_node.cpp827 …MouseDetect(const Point& globalPoint, const Point& parentLocalPoint, MouseHoverTestList& hoverList, in MouseDetect()