Home
last modified time | relevance | path

Searched refs:isHoverFillType (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.cpp383 ControlBtnColorType isHoverFillType = ControlBtnColorType::HOVER_FILL; in AddButtonHoverEvent() local
386isHoverFillType = isFocus ? ControlBtnColorType::NORMAL_FILL : ControlBtnColorType::UNFOCUS_FILL; in AddButtonHoverEvent()
389 sourceInfo->SetFillColor(theme->GetControlBtnColor(isCloseBtn, isHoverFillType)); in AddButtonHoverEvent()
417 … auto isHoverFillType = info.GetAction() == MouseAction::PRESS ? ControlBtnColorType::PRESS_FILL in AddButtonOnEvent() local
419 sourceInfo->SetFillColor(theme->GetControlBtnColor(isCloseBtn, isHoverFillType)); in AddButtonOnEvent()