Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_paint_method.h31 const IndicatorStyle& indicatorStyle, const OffsetF& indicatorOffset, bool hasIndicator) in DECLARE_ACE_TYPE()
34 indicatorOffset_(indicatorOffset), hasIndicator_(hasIndicator) {} in DECLARE_ACE_TYPE()
H A Dtab_bar_modifier.cpp100 void TabBarModifier::SetHasIndicator(bool hasIndicator) in SetHasIndicator() argument
103 hasIndicator_->Set(hasIndicator); in SetHasIndicator()
H A Dtab_bar_modifier.h49 void SetHasIndicator(bool hasIndicator);
H A Dtab_bar_pattern.cpp2470 …auto hasIndicator = std::count(selectedModes_.begin(), selectedModes_.end(), SelectedMode::INDICAT… in CreateNodePaintMethod() local
2473 indicatorOffset, hasIndicator); in CreateNodePaintMethod()