Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.h49 static bool sIsForbidMenuEvent_; variable
H A Dcontainer_modal_view_enhance.cpp104 bool ContainerModalViewEnhance::sIsForbidMenuEvent_ = false; member in OHOS::Ace::NG::ContainerModalViewEnhance
295sIsForbidMenuEvent_ = info.GetButton() == MouseButton::LEFT_BUTTON || info.GetScreenLocation().IsZ… in BondingMaxBtnInputEvent()
319 if (sIsMenuPending_ || sIsForbidMenuEvent_ || !pattern->GetIsFocus()) { in BondingMaxBtnInputEvent()