Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h162 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu() function
165 popup_->SetIsCustomMenu(isCustomMenu); in SetIsCustomMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h292 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1526 menuComponent->SetIsCustomMenu(true); in CreateMenuEventWithBuilder()