Home
last modified time | relevance | path

Searched refs:TITLE_BUTTON_BACKGROUND_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.h43 const Color TITLE_BUTTON_BACKGROUND_COLOR = Color(0x19000000); variable
H A Dcontainer_modal_component.cpp174 …button->SetBackgroundColor(isFocus ? TITLE_BUTTON_BACKGROUND_COLOR : TITLE_BUTTON_BACKGROUND_COLOR… in BuildControlButton()