Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_component.cpp45 tabContent_ = AceType::MakeRefPtr<TabContentComponent>(tabContentChildren_, controller_); in TabsComponent()
46 tabContent_->SetUseProxy(true); in TabsComponent()
48 flexItem_->SetChild(tabContent_); in TabsComponent()
69 tabContent_->AppendChildDirectly(child); in AppendChild()
74 tabContent_->RemoveChildDirectly(child); in RemoveChild()
H A Dtabs_component.h52 return tabContent_; in GetTabContentChild()
69 RefPtr<TabContentComponent> tabContent_; variable