Home
last modified time | relevance | path

Searched refs:UNFOCUS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_theme.h39 UNFOCUS, enumerator
126 case ControlBtnColorType::UNFOCUS: in GetControlBtnColor()
H A Dcontainer_modal_view.cpp387 isHoverType = isFocus ? ControlBtnColorType::NORMAL : ControlBtnColorType::UNFOCUS; in AddButtonHoverEvent()
H A Dcontainer_modal_pattern.cpp421 auto colorType = isFocus ? ControlBtnColorType::NORMAL : ControlBtnColorType::UNFOCUS; in ChangeTitleButtonIcon()