Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h162 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp395 auto isCustomMenu = navBarNode->GetPrevMenuIsCustomValue(false); in MeasureTitle() local
424 bool isCustomMenu = nodeBase->GetPrevMenuIsCustomValue(false); in MeasureMenu() local
887 bool isCustomMenu = nodeBase->GetPrevMenuIsCustomValue(false); in LayoutMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h292 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp336 auto isCustomMenu = IsSelectOverlayCustomMenu(focusMenu); in MenuFocusViewShow() local