Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_constants.h42 const Color TITLE_TEXT_COLOR_LOST_FOCUS = Color(0x66000000); variable
H A Dcontainer_modal_component.cpp260 style.SetTextColor(isFocus ? TITLE_TEXT_COLOR : TITLE_TEXT_COLOR_LOST_FOCUS); in BuildTitleChildren()