Home
last modified time | relevance | path

Searched refs:swiperChildren_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp53 if (swiperChildren_.find(child->GetId()) != swiperChildren_.end()) { in AddChildToGroup()
57 swiperChildren_.emplace(child->GetId()); in AddChildToGroup()
H A Dtabs_node.h162 std::set<int32_t> swiperChildren_; variable