Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h131 bool isBindCustomMenu = false; member
138 return (isBindCustomMenu && isShow) || isBindLongPressMenu; in IsNotNeedShowPreview()
H A Dgesture_event_hub.cpp2149 bindMenuStatus_.isBindCustomMenu = true; in SetBindMenuStatus()