Home
last modified time | relevance | path

Searched refs:GetPopupBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_paint_property.h92 value_or(indexerTheme->GetPopupBackgroundColor()).ColorToString().c_str(), filter); in ToJsonValue()
H A Dindexer_pattern.cpp1012 paintProperty->GetPopupBackground().value_or(indexerTheme->GetPopupBackgroundColor())); in UpdateBubbleBackgroundView()
1102 paintProperty->GetPopupBackground().value_or(indexerTheme->GetPopupBackgroundColor())); in UpdateBubbleLetterView()
1501 … paintProperty->GetPopupItemBackground().value_or(indexerTheme->GetPopupBackgroundColor()); in UpdateBubbleListItemContext()
1533 … : paintProperty->GetPopupItemBackground().value_or(indexerTheme->GetPopupBackgroundColor()); in ChangeListItemsSelectedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_theme.h71 const Color& GetPopupBackgroundColor() const in GetPopupBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp184 : indexerTheme->GetPopupBackgroundColor(); in ResetPopupItemBackgroundColor()
260 Color color = indexerTheme->GetPopupBackgroundColor(); in ResetPopupBackground()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp75 auto popupBackgroundColor = indexerTheme_->GetPopupBackgroundColor();