Home
last modified time | relevance | path

Searched refs:hitSelf (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp184 bool hitSelf = rect.IsInnerRegion(selfPoint); in CreateNodeSearchInfo() local
185 nodeInfo->Put("hitNode", hitSelf); in CreateNodeSearchInfo()
266 bool hitSelf = rect.IsInnerRegion(selfPoint); in HoverTestRecursive() local
267 if (hitSelf && shouldSearchSelf && IsAccessibilityFocusable(node)) { in HoverTestRecursive()
272 if (hasClip && !hitSelf) { in HoverTestRecursive()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp178 bool hitSelf = rect.IsInnerRegion(hoverPoint); in HoverPathForThirdRecursive() local
179 if (hitSelf && shouldSearchSelf) { in HoverPathForThirdRecursive()

Completed in 4 milliseconds