Searched refs:shouldSearchSelf (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 78 bool& shouldSearchSelf, in UpdateSearchStrategyByHitTestModeStr() 84 shouldSearchSelf = false; in UpdateSearchStrategyByHitTestModeStr() 125 bool shouldSearchSelf = true; in GetSearchStrategyForThird() local 134 shouldSearchSelf = false; in GetSearchStrategyForThird() 139 shouldSearchSelf = false; in GetSearchStrategyForThird() 141 // shouldSearchSelf is true here in GetSearchStrategyForThird() 150 hitTestMode, shouldSearchSelf, shouldSearchChildren); in GetSearchStrategyForThird() 154 shouldSearchSelf = false; in GetSearchStrategyForThird() 157 return std::make_pair(shouldSearchSelf, shouldSearchChildren); in GetSearchStrategyForThird() 169 auto [shouldSearchSelf, shouldSearchChildre in HoverPathForThirdRecursive() 76 UpdateSearchStrategyByHitTestModeStr( std::string& hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) UpdateSearchStrategyByHitTestModeStr() argument [all...] |
H A D | js_third_accessibility_hover_ng.h | 117 bool& shouldSearchSelf,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.cpp | 174 auto [shouldSearchSelf, shouldSearchChildren, groupFlag] in CreateNodeSearchInfo() 176 nodeInfo->Put("shouldSearchSelf", shouldSearchSelf); in CreateNodeSearchInfo() 259 auto [shouldSearchSelf, shouldSearchChildren, currentGroupFlag] in HoverTestRecursive() 267 if (hitSelf && shouldSearchSelf && IsAccessibilityFocusable(node)) { in HoverTestRecursive() 286 void UpdateSearchStrategyByHitTestMode(HitTestMode hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) in UpdateSearchStrategyByHitTestMode() argument 295 shouldSearchSelf = false; in UpdateSearchStrategyByHitTestMode() 321 bool shouldSearchSelf = true; in GetSearchStrategy() local 334 shouldSearchSelf = false; in GetSearchStrategy() 339 shouldSearchSelf in GetSearchStrategy() [all...] |
Completed in 2 milliseconds