Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.cpp384 ControlBtnColorType isHoverType = ControlBtnColorType::HOVER; in AddButtonHoverEvent() local
387 isHoverType = isFocus ? ControlBtnColorType::NORMAL : ControlBtnColorType::UNFOCUS; in AddButtonHoverEvent()
392 … renderContext->UpdateBackgroundColor(theme->GetControlBtnColor(isCloseBtn, isHoverType)); in AddButtonHoverEvent()
421 auto isHoverType = in AddButtonOnEvent() local
423 … renderContext->UpdateBackgroundColor(theme->GetControlBtnColor(isCloseBtn, isHoverType)); in AddButtonOnEvent()