Home
last modified time | relevance | path

Searched refs:UNFOCUS_FILL (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.h40 UNFOCUS_FILL, enumerator
130 case ControlBtnColorType::UNFOCUS_FILL: in GetControlBtnColor()
H A Dcontainer_modal_view.cpp386 … isHoverFillType = isFocus ? ControlBtnColorType::NORMAL_FILL : ControlBtnColorType::UNFOCUS_FILL; in AddButtonHoverEvent()
H A Dcontainer_modal_pattern.cpp428 colorType = isFocus ? ControlBtnColorType::NORMAL_FILL : ControlBtnColorType::UNFOCUS_FILL; in ChangeTitleButtonIcon()