Home
last modified time | relevance | path

Searched refs:GetClickColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h394 const Color& GetClickColor() const in GetClickColor() function
H A Dlist_item_theme.h108 const Color& GetClickColor() const in GetClickColor() function
H A Drosen_render_list_item.cpp174 decorationColor = itemTheme->GetClickColor(); in PaintWithFocusEffect()
H A Drender_list_item.cpp202 clickColor_ = item->GetClickColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dadvanced_pattern_theme.h140 const Color& GetClickColor() const in GetClickColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp488 renderContext->UpdateBackgroundColor(theme->GetClickColor()); in BondingMenuItemEvent()