Home
last modified time | relevance | path

Searched defs:tabBarWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.cpp86 void TabsModelImpl::SetTabBarWidth(const Dimension& tabBarWidth) in SetTabBarWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_layout_algorithm.cpp138 auto tabBarWidth = tabBarWrapper->GetGeometryNode()->GetFrameSize().Width(); in Layout() local
H A Dtabs_model_ng.cpp237 void TabsModelNG::SetTabBarWidth(const Dimension& tabBarWidth) in SetTabBarWidth()
833 void TabsModelNG::SetTabBarWidth(FrameNode* frameNode, const Dimension& tabBarWidth) in SetTabBarWidth()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_test_ng.cpp436 Dimension tabBarWidth = 10.0_vp; variable