Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event_hub.cpp56 bool InputEventHub::ProcessPenHoverTestHit(const OffsetF& coordinateOffset, TouchTestResult& result) in ProcessPenHoverTestHit() function in OHOS::Ace::NG::InputEventHub
H A Dinput_event_hub.h150 bool ProcessPenHoverTestHit(const OffsetF& coordinateOffset, TouchTestResult& result);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2883 return mouseHub->ProcessPenHoverTestHit(coordinateOffset, newComingTargets); in ProcessMouseTestHit()