Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h199 bool HasIndicatorColor() const in HasIndicatorColor() function
H A Dtab_bar_component.cpp74 …Color activeIndicatorColor = HasIndicatorColor() ? GetIndicatorColor() : theme->GetActiveIndicator… in InitStyle()