Home
last modified time | relevance | path

Searched refs:TabBarIndicatorType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h34 enum class TabBarIndicatorType { enum
103 TabBarIndicatorType GetIndicatorSize() const in GetIndicatorSize()
108 void SetIndicatorSize(TabBarIndicatorType indicatorSize) in SetIndicatorSize()
207 TabBarIndicatorType indicatorSize_ { TabBarIndicatorType::LABEL };
H A Drender_tab_bar.h149 TabBarIndicatorType indicatorSize_ = TabBarIndicatorType::TAB;
H A Drender_tab_bar.cpp591 if (indicatorSize_ == TabBarIndicatorType::LABEL) { in MakeIndicatorLayoutParam()