Home
last modified time | relevance | path

Searched refs:TITLE_BUTTON_CLICKED_COLOR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_constants.h45 const Color TITLE_BUTTON_CLICKED_COLOR = Color(0x33000000); variable
H A Dcontainer_modal_component.cpp175 button->SetClickedColor(TITLE_BUTTON_CLICKED_COLOR); in BuildControlButton()