Home
last modified time | relevance | path

Searched refs:CONTAINER_BACKGROUND_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.h38 const Color CONTAINER_BACKGROUND_COLOR_LOST_FOCUS = Color(0xfff2f2f2); variable
H A Dcontainer_modal_element.cpp272 windowFocus_ ? CONTAINER_BACKGROUND_COLOR : CONTAINER_BACKGROUND_COLOR_LOST_FOCUS); in FlushReload()
433 …->SetBackgroundColor(isFocus ? CONTAINER_BACKGROUND_COLOR : CONTAINER_BACKGROUND_COLOR_LOST_FOCUS); in ChangeFloatingTitleIcon()