Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_paint_property.h90 value_or(indexerTheme->GetPopupUnselectedTextColor()).ColorToString().c_str(), filter); in ToJsonValue()
H A Dindexer_pattern.cpp1439 … paintProperty->GetPopupUnselectedColor().value_or(indexerTheme->GetPopupUnselectedTextColor()); in UpdateBubbleListItem()
1529 … paintProperty->GetPopupUnselectedColor().value_or(indexerTheme->GetPopupUnselectedTextColor()); in ChangeListItemsSelectedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_theme.h135 const Color& GetPopupUnselectedTextColor() const in GetPopupUnselectedTextColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp298 Color color = indexerTheme->GetPopupUnselectedTextColor(); in ResetPopupUnselectedColor()