Home
last modified time | relevance | path

Searched refs:tabBarId_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp149 if (!tabBarId_.has_value()) { in GetTabBarMode()
152 auto tabBarNode = GetFrameNode(V2::TAB_BAR_ETS_TAG, tabBarId_.value()); in GetTabBarMode()
161 if (!tabBarId_.has_value()) { in GetBarWidth()
164 auto tabBarNode = GetFrameNode(V2::TAB_BAR_ETS_TAG, tabBarId_.value()); in GetBarWidth()
174 if (!tabBarId_.has_value()) { in GetBarAdaptiveHeight()
186 if (!tabBarId_.has_value()) { in GetBarHeight()
200 if (!tabBarId_.has_value()) { in GetBarBackgroundColor()
213 if (!tabBarId_.has_value()) { in GetBarBackgroundBlurStyle()
225 if (!tabBarId_.has_value()) { in GetFadingEdge()
238 if (!tabBarId_.has_value()) { in GetBarGridAlign()
[all …]
H A Dtabs_node.h51 return tabBarId_.has_value(); in HasTabBarNode()
87 if (!tabBarId_.has_value()) { in GetTabBarId()
88 tabBarId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetTabBarId()
90 return tabBarId_.value(); in GetTabBarId()
158 std::optional<int32_t> tabBarId_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp389 frameNode_->tabBarId_ = std::nullopt;
430 frameNode_->tabBarId_ = frameNode_->GetTabBarId();
434 frameNode_->tabBarId_ = {};