Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h117 Color& GetBubbleBackgroundColor() in GetBubbleBackgroundColor() function
H A Dindexer_component.h229 const Color& GetBubbleBackgroundColor() in GetBubbleBackgroundColor() function
H A Drender_indexer.cpp70 color_ = indexerComponent->GetBubbleBackgroundColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp132 auto popupBackground = render ? render->GetBubbleBackgroundColor() : Color::BLACK; in GetPopupBackground()