Home
last modified time | relevance | path

Searched refs:hitTarget (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp168 bool hitTarget = false; in HoverPathForThirdRecursive() local
180 hitTarget = true; in HoverPathForThirdRecursive()
185 ", shouldSearchSelf: %{public}d shouldSearchChildren: %{public}d hitTarget: %{public}d ", in HoverPathForThirdRecursive()
186 nodeInfo.GetAccessibilityId(), shouldSearchSelf, shouldSearchChildren, hitTarget); in HoverPathForThirdRecursive()
200 return hitTarget; in HoverPathForThirdRecursive()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp235 return recursiveParam.hitTarget; in ProcessHoverTestRecursive()
254 bool hitTarget = false; in HoverTestRecursive() local
268 hitTarget = true; in HoverTestRecursive()
279 recursiveParam.hitTarget = hitTarget; in HoverTestRecursive()
283 return hitTarget; in HoverTestRecursive()
H A Daccessibility_property.h574 bool hitTarget; member
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp1055 recursiveParam.hitTarget = true; in HWTEST_F()

Completed in 6 milliseconds