Searched refs:shouldSearchChildren (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 79 bool& shouldSearchChildren) in UpdateSearchStrategyByHitTestModeStr() 82 shouldSearchChildren = false; in UpdateSearchStrategyByHitTestModeStr() 126 bool shouldSearchChildren = true; in GetSearchStrategyForThird() local 135 shouldSearchChildren = false; in GetSearchStrategyForThird() 150 hitTestMode, shouldSearchSelf, shouldSearchChildren); in GetSearchStrategyForThird() 157 return std::make_pair(shouldSearchSelf, shouldSearchChildren); in GetSearchStrategyForThird() 169 auto [shouldSearchSelf, shouldSearchChildren] in HoverPathForThirdRecursive() 185 ", shouldSearchSelf: %{public}d shouldSearchChildren: %{public}d hitTarget: %{public}d ", in HoverPathForThirdRecursive() 186 nodeInfo.GetAccessibilityId(), shouldSearchSelf, shouldSearchChildren, hitTarget); in HoverPathForThirdRecursive() 187 if (shouldSearchChildren) { in HoverPathForThirdRecursive() 76 UpdateSearchStrategyByHitTestModeStr( std::string& hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) UpdateSearchStrategyByHitTestModeStr() argument [all...] |
H A D | js_third_accessibility_hover_ng.h | 118 bool& shouldSearchChildren);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.cpp | 174 auto [shouldSearchSelf, shouldSearchChildren, groupFlag] in CreateNodeSearchInfo() 177 nodeInfo->Put("shouldSearchChildren", shouldSearchChildren); in CreateNodeSearchInfo() 259 auto [shouldSearchSelf, shouldSearchChildren, currentGroupFlag] in HoverTestRecursive() 276 if (shouldSearchChildren) { in HoverTestRecursive() 286 void UpdateSearchStrategyByHitTestMode(HitTestMode hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) in UpdateSearchStrategyByHitTestMode() argument 290 shouldSearchChildren = false; in UpdateSearchStrategyByHitTestMode() 322 bool shouldSearchChildren = true; in GetSearchStrategy() local 335 shouldSearchChildren = false; in GetSearchStrategy() 350 shouldSearchChildren in GetSearchStrategy() [all...] |
Completed in 3 milliseconds