Home
last modified time | relevance | path

Searched refs:GetSubTabTextOnColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_node.cpp155 …s() == Axis::HORIZONTAL ? tabTheme->GetSubTabBoardTextOnColor() : tabTheme->GetSubTabTextOnColor(); in ToJsonValue()
H A Dtab_content_model_ng.cpp345 textLayoutProperty->UpdateTextColor(tabTheme->GetSubTabTextOnColor()); in AddTabBarItem()
H A Dtab_bar_pattern.cpp2078 : tabTheme->GetSubTabTextOnColor(); in UpdateTextColorAndFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_theme.h233 const Color& GetSubTabTextOnColor() const in GetSubTabTextOnColor() function