Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_theme.h273 const Dimension& GetSubTabBottomPadding() const in GetSubTabBottomPadding() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp407 padding.bottom = NG::CalcLength(tabTheme->GetSubTabBottomPadding()); in SetPadding()