Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselection_host.h30 virtual bool IsTouchTestPointInArea(const Offset& touchOffset, bool isTouchPointHits) in IsTouchTestPointInArea() function
H A Dselect_overlay_manager.cpp211 …if (host && host->IsTouchTestPointInArea(Offset { point.GetX(), point.GetY() }, IsTouchInCallerAre… in IsInSelectedOrSelectOverlayArea()