Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.cpp88 auto focusIndicatorPadding = Edge(theme->GetFocusIndicatorHorizontalPadding().Value(), in InitStyle()
89 …theme->GetFocusIndicatorVerticalPadding().Value(), theme->GetFocusIndicatorHorizontalPadding().Val… in InitStyle()
H A Dtab_theme.h223 const Dimension& GetFocusIndicatorHorizontalPadding() const in GetFocusIndicatorHorizontalPadding() function