Home
last modified time | relevance | path

Searched defs:tabBarHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.cpp97 void TabsModelImpl::SetTabBarHeight(const Dimension& tabBarHeight) in SetTabBarHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model_ng.cpp257 void TabsModelNG::SetTabBarHeight(const Dimension& tabBarHeight) in SetTabBarHeight()
853 void TabsModelNG::SetTabBarHeight(FrameNode* frameNode, const Dimension& tabBarHeight) in SetTabBarHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_test_ng.cpp437 Dimension tabBarHeight = 3.0_vp; variable