Home
last modified time | relevance | path

Searched defs:gestureTag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_group.cpp137 void GestureGroup::RemoveChildrenByTag(const std::string& gestureTag, bool& needRecollect) in RemoveChildrenByTag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp531 void removeGestureFromNodeByTag(ArkUINodeHandle node, ArkUI_CharPtr gestureTag) in removeGestureFromNodeByTag()
729 auto gestureTag = gestureInfo->GetTag(); in getGestureTag() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1879 void GestureEventHub::RemoveGesturesByTag(const std::string& gestureTag) in RemoveGesturesByTag()