Home
last modified time | relevance | path

Searched refs:symmetricExtensible (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabcontent.md470 ### symmetricExtensible<sup>10+</sup>
472 symmetricExtensible(value: boolean): BottomTabBarStyle
1318 本示例通过padding、verticalAlign、layoutMode、symmetricExtensible实现了底部页签基本属性的展示。
1328 @State symmetricExtensible: boolean = false;
1373 Button("symmetricExtensible改变 " + this.symmetricExtensible)
1378 this.symmetricExtensible = !this.symmetricExtensible
1447 .symmetricExtensible(this.symmetricExtensible))
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model.h45 bool symmetricExtensible = false; member
H A Dtab_content_pattern.h271 bottomTabBarStyle_.symmetricExtensible = isExtensible; in SetSymmetricExtensible()
H A Dtab_content_node.cpp172 …"symmetricExtensible", tabContentPattern->GetBottomTabBarStyle().symmetricExtensible ? "true" : "f… in ToJsonValue()
H A Dtab_bar_layout_algorithm.cpp178 tabBarPattern->GetBottomTabBarStyle(index).symmetricExtensible) { in MeasureFixedMode()
794 tabBarPattern->GetBottomTabBarStyle(index).symmetricExtensible && index > 0 && in ApplySymmetricExtensible()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabcontent.md275 | symmetricExtensible<sup>10+</sup> | boolean | Yes| Whether the images and text on the bottom tab…
1018 @State symmetricExtensible: boolean = false;
1063 Button ("Set SymmetricExtensible to " + this.symmetricExtensible)
1068 this.symmetricExtensible = !this.symmetricExtensible
1137 .symmetricExtensible(this.symmetricExtensible))
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_sub_tab_bar_style_test_ng.cpp1753 EXPECT_EQ(tabContentPattern->GetBottomTabBarStyle().symmetricExtensible, isExtensible);
1787 EXPECT_EQ(tabContentPattern->GetBottomTabBarStyle().symmetricExtensible, isExtensible);
H A Dtabs_attr_test_ng.cpp998 EXPECT_EQ(tabContentPattern->GetBottomTabBarStyle().symmetricExtensible, isExtensible);
H A Dtab_bar_layout_test_ng.cpp1505 bottomTabBarStyle.symmetricExtensible = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1839 symmetricExtensible(arg) { method in BottomTabBarStyle
1840 this.symmetricExtensible = arg;