Home
last modified time | relevance | path

Searched refs:needRecollect (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() argument
143 needRecollect = true; in RemoveChildrenByTag()
147 group->RemoveChildrenByTag(gestureTag, needRecollect); in RemoveChildrenByTag()
H A Dgesture_group.h50 void RemoveChildrenByTag(const std::string& gestureTag, bool& needRecollect);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1881 bool needRecollect = false; in RemoveGesturesByTag() local
1887 needRecollect = true; in RemoveGesturesByTag()
1891 group->RemoveChildrenByTag(gestureTag, needRecollect); in RemoveGesturesByTag()
1896 if (needRecollect) { in RemoveGesturesByTag()