Home
last modified time | relevance | path

Searched defs:hitTestMode (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h41 int32_t hitTestMode = 0; member
H A Devent_dump.cpp38 << "hitTestMode: " << hitTestMode << ", "; in Dump() local
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dframe_node.py34 hitTestMode = 0 variable in FrameNode
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp148 auto hitTestMode = nodeInfo.GetHitTestBehavior(); in GetSearchStrategyForThird() local
76 UpdateSearchStrategyByHitTestModeStr( std::string& hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) UpdateSearchStrategyByHitTestModeStr() argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp623 auto hitTestMode = static_cast<HitTestMode>(INDEX); in HWTEST_F() local
625 ViewAbstract::SetHitTestMode(AceType::RawPtr(FRAME_NODE_REGISTER), hitTestMode); in HWTEST_F() local
671 auto hitTestMode = static_cast<HitTestMode>(INDEX); in HWTEST_F() local
H A Dframe_node_test_ng.cpp351 auto hitTestMode = FRAME_NODE2->GetHitTestMode(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h295 void SetHitTestMode(HitTestMode hitTestMode) in SetHitTestMode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h266 HitTestMode hitTestMode = HitTestMode::HTMTRANSPARENT_SELF; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1137 void GestureEventHub::SetHitTestMode(HitTestMode hitTestMode) in SetHitTestMode() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1779 auto hitTestMode = static_cast<int32_t>(node->GetHitTestMode()); in GetHitTestBehaviorStr() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp140 void GetHitTestModeStr(HitTestMode hitTestMode, std::string& testModeStr) in GetHitTestModeStr() argument
286 void UpdateSearchStrategyByHitTestMode(HitTestMode hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) in UpdateSearchStrategyByHitTestMode() argument
353 HitTestMode hitTestMode = node->GetHitTestMode(); in GetSearchStrategy() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1381 void ViewAbstractModelImpl::SetHitTestMode(NG::HitTestMode hitTestMode) in SetHitTestMode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1274 void ViewAbstract::SetHitTestMode(HitTestMode hitTestMode) in SetHitTestMode() argument
2932 void ViewAbstract::SetHitTestMode(FrameNode *frameNode, HitTestMode hitTestMode) in SetHitTestMode() argument
H A Dframe_node.cpp1047 std::string hitTestMode = "HitTestMode.Default"; in TouchToJsonValue() local

Completed in 38 milliseconds