Home
last modified time | relevance | path

Searched refs:GetHitTestModeStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp153 void GetHitTestModeStr(HitTestMode hitTestMode, std::string& testModeStr) in GetHitTestModeStr() function
216 GetHitTestModeStr(node->GetHitTestMode(), testModeStr); in CreateNodeSearchInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h463 std::string GetHitTestModeStr() const;
H A Dgesture_event_hub.cpp1584 std::string GestureEventHub::GetHitTestModeStr() const in GetHitTestModeStr() function in OHOS::Ace::NG::GestureEventHub
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp1744 std::string retStr = gestureEventHub->GetHitTestModeStr();
1752 retStr = gestureEventHub->GetHitTestModeStr();
H A Dgesture_event_hub_test_ng_property_config.cpp125 EXPECT_TRUE(testModeStr != EventHub->GetHitTestModeStr());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1128 hitTestMode = gestureEventHub->GetHitTestModeStr(); in TouchToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1366 nodeInfo.SetHitTestBehavior(gestureEventHub->GetHitTestModeStr()); in UpdateAccessibilityElementInfo()