Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp413 padding.left = NG::CalcLength(tabTheme->GetBottomTabHorizontalPadding()); in SetPadding()
414 padding.right = NG::CalcLength(tabTheme->GetBottomTabHorizontalPadding()); in SetPadding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_theme.h298 const Dimension& GetBottomTabHorizontalPadding() const in GetBottomTabHorizontalPadding() function