Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp174 const PointF& parentPoint, bool& ancestorGroupFlag) in CreateNodeSearchInfo() argument
195 PointF selfPoint = parentPoint; in CreateNodeSearchInfo()
252 const PointF& parentPoint, in HoverTestRecursive() argument
264 auto nodeInfo = CreateNodeSearchInfo(node, parentPoint, ancestorGroupFlag); in HoverTestRecursive()
277 PointF selfPoint = parentPoint; in HoverTestRecursive()
H A Daccessibility_property.h723 const PointF& parentPoint,
739 …nique_ptr<JsonValue> CreateNodeSearchInfo(const RefPtr<FrameNode>& node, const PointF& parentPoint,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.cpp372 PointF parentPoint = { current.GetX() + offset.GetX(), current.GetY() + offset.GetY() }; in IsOutOfPressedRegionWithoutClip() local
373 if (!node->InResponseRegionList(parentPoint, responseRegionList)) { in IsOutOfPressedRegionWithoutClip()