Home
last modified time | relevance | path

Searched refs:hitTestMode (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dframe_node.py25 # nodeId: 0, parentId: -1, tag: root, monopolizeEvents: 0, isHit: 1, hitTestMode: 0, responseRegion: RectT (0.00,
34 hitTestMode = 0 variable in FrameNode
55 self.hitTestMode = get_value_as_int(node_dump_str, get_sample_key(hittest_node_keyword, 'hitTestMode'),
56 get_sample_separator_count(hittest_node_keyword, 'hitTestMode'))
63 self.isHit is None or self.hitTestMode is None or self.responseRegion is None):
72 result_str += ', monopolizeEvents: {}, isHit: {}, hitTestMode: {}, responseRegion: {}'.format(
73 self.monopolizeEvents, self.isHit, self.hitTestMode, self.responseRegion)
82 .format(self.tag, self.nodeId, self.isHit, self.hitTestMode))
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp77 std::string& hitTestMode, in UpdateSearchStrategyByHitTestModeStr()
81 if (hitTestMode == "HitTestMode.Block") { in UpdateSearchStrategyByHitTestModeStr()
83 } else if (hitTestMode == "HitTestMode.None") { in UpdateSearchStrategyByHitTestModeStr()
148 auto hitTestMode = nodeInfo.GetHitTestBehavior(); in GetSearchStrategyForThird() local
150 hitTestMode, shouldSearchSelf, shouldSearchChildren); in GetSearchStrategyForThird()
76 UpdateSearchStrategyByHitTestModeStr( std::string& hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) UpdateSearchStrategyByHitTestModeStr() argument
H A Djs_third_accessibility_hover_ng.h116 std::string& hitTestMode,
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h295 void SetHitTestMode(HitTestMode hitTestMode) in SetHitTestMode() argument
297 hitTestMode_ = hitTestMode; in SetHitTestMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp140 void GetHitTestModeStr(HitTestMode hitTestMode, std::string& testModeStr) in GetHitTestModeStr() argument
142 switch (hitTestMode) { in GetHitTestModeStr()
204 nodeInfo->Put("hitTestMode", testModeStr.c_str()); in CreateNodeSearchInfo()
286 void UpdateSearchStrategyByHitTestMode(HitTestMode hitTestMode, bool& shouldSearchSelf, bool& shouldSearchChildren) in UpdateSearchStrategyByHitTestMode() argument
288 switch (hitTestMode) { in UpdateSearchStrategyByHitTestMode()
353 HitTestMode hitTestMode = node->GetHitTestMode(); in GetSearchStrategy() local
354 UpdateSearchStrategyByHitTestMode(hitTestMode, shouldSearchSelf, shouldSearchChildren); in GetSearchStrategy()
/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
242 json->Put("hitTestMode", hitTestMode); in Dump()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/
H A Dgraph_converter.py193 label = '<{}({})<br/><font color="red">isHit: {}</font><br/>hitTestMode: {} >'.format(item.tag, item.nodeId,
195 item.hitTestMode)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp82 host->GetOrCreateGestureEventHub()->SetHitTestMode(info_->hitTestMode); in CancelHiddenHandleTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h266 HitTestMode hitTestMode = HitTestMode::HTMTRANSPARENT_SELF; member
H A Dselect_overlay_pattern.cpp57 gesture->SetHitTestMode(info_->hitTestMode); in OnAttachToFrameNode()
/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
624 ViewAbstract::SetHitTestMode(hitTestMode); in HWTEST_F()
625 ViewAbstract::SetHitTestMode(AceType::RawPtr(FRAME_NODE_REGISTER), hitTestMode); in HWTEST_F() local
671 auto hitTestMode = static_cast<HitTestMode>(INDEX); in HWTEST_F() local
672 ViewAbstract::SetHitTestMode(hitTestMode); in HWTEST_F()
H A Dframe_node_test_ng.cpp351 auto hitTestMode = FRAME_NODE2->GetHitTestMode(); in HWTEST_F() local
352 EXPECT_EQ(hitTestMode, HitTestMode::HTMDEFAULT); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h197 void SetHitTestMode(HitTestMode hitTestMode);
H A Dgesture_event_hub.cpp1137 void GestureEventHub::SetHitTestMode(HitTestMode hitTestMode) in SetHitTestMode() argument
1139 hitTestMode_ = hitTestMode; in SetHitTestMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp47 selectOverlayInfo_.hitTestMode = HitTestMode::HTMDEFAULT; in InitSelectOverlay()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_dump_test_ng.cpp71 frameNodeSnapshotInstance->hitTestMode = DEFAULT_HITTEST_MODE; in CreateFrameNodeSnapshotWithInitValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h302 static void SetHitTestMode(HitTestMode hitTestMode);
488 static void SetHitTestMode(FrameNode* frameNode, HitTestMode hitTestMode);
H A Dview_abstract_model.h339 virtual void SetHitTestMode(NG::HitTestMode hitTestMode) = 0;
H A Dview_abstract_model_ng.h1215 void SetHitTestMode(NG::HitTestMode hitTestMode) override
1217 ViewAbstract::SetHitTestMode(hitTestMode);
H A Dview_abstract.cpp1274 void ViewAbstract::SetHitTestMode(HitTestMode hitTestMode) in SetHitTestMode() argument
1278 gestureHub->SetHitTestMode(hitTestMode); in SetHitTestMode()
2932 void ViewAbstract::SetHitTestMode(FrameNode *frameNode, HitTestMode hitTestMode) in SetHitTestMode() argument
2937 gestureHub->SetHitTestMode(hitTestMode); in SetHitTestMode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp735 EXPECT_EQ(selectOverlayInfo.hitTestMode, HitTestMode::HTMDEFAULT); in HWTEST_F()
757 EXPECT_EQ(selectOverlayInfo.hitTestMode, HitTestMode::HTMDEFAULT); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h237 void SetHitTestMode(NG::HitTestMode hitTestMode) override;
H A Dview_abstract_model_impl.cpp1381 void ViewAbstractModelImpl::SetHitTestMode(NG::HitTestMode hitTestMode) in SetHitTestMode() argument
1383 auto mode = static_cast<HitTestMode>(hitTestMode); in SetHitTestMode()
/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
1780 return HIT_TEST_BEHAVIOR[hitTestMode]; in GetHitTestBehaviorStr()

Completed in 42 milliseconds

12