Searched refs:HoverTestRecursive (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.cpp | 149 AccessibilityProperty::HoverTestRecursive(point, root, path, debugInfo, ancestorGroupFlag); in HoverTest() 231 if (AccessibilityProperty::HoverTestRecursive(noOffsetPoint, frameNode, path, debugInfo, in ProcessHoverTestRecursive() 242 if (AccessibilityProperty::HoverTestRecursive(noOffsetPoint, child, path, debugInfo, in ProcessHoverTestRecursive() 251 bool AccessibilityProperty::HoverTestRecursive( in HoverTestRecursive() function in OHOS::Ace::NG::AccessibilityProperty
|
H A D | accessibility_property.h | 722 static bool HoverTestRecursive(
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 502 …auto result = accessibilityProperty.HoverTestRecursive(hoverPoint, root, path, debugInfo, ancestor… 507 …result = accessibilityProperty.HoverTestRecursive(hoverPoint, root, path, debugInfo, ancestorGroup…
|