Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_theme.h79 const Color& GetSeclectedBackgroundColor() const in GetSeclectedBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp786 …paintProperty->GetSelectedBackgroundColor().value_or(indexerTheme->GetSeclectedBackgroundColor())); in ApplyIndexChanged()
792 indexerTheme->GetSeclectedBackgroundColor())); in ApplyIndexChanged()
1713 …paintProperty->GetSelectedBackgroundColor().value_or(indexerTheme->GetSeclectedBackgroundColor())); in ItemSelectedInAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp279 Color color = indexerTheme->GetSeclectedBackgroundColor(); in ResetSelectedBackgroundColor()