Home
last modified time | relevance | path

Searched defs:isCustomMenu (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/menu/
Dmenu_component.h162 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dtitle_bar_layout_algorithm.cpp134 auto isCustomMenu = navBarNode->GetPrevMenuIsCustomValue(false); in GetTitleWidth() local
271 auto isCustomMenu = navBarNode->GetPrevMenuIsCustomValue(false); in MeasureMenu() local
633 auto isCustomMenu = navBarNode->GetPrevMenuIsCustomValue(false); in LayoutMenu() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
Dselect_popup_component.h292 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu()