Home
last modified time | relevance | path

Searched refs: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() argument
165 popup_->SetIsCustomMenu(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
398 : isCustomMenu ? titleBarSize.Height() - menuHeight_ in MeasureTitle()
424 bool isCustomMenu = nodeBase->GetPrevMenuIsCustomValue(false); in MeasureMenu() local
429 if (isCustomMenu) { in MeasureMenu()
887 bool isCustomMenu = nodeBase->GetPrevMenuIsCustomValue(false); in LayoutMenu() local
892 …auto menuOffsetY = isCustomMenu ? 0 : (SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx() - menuHeight_) / … in LayoutMenu()
896 offsetX = isCustomMenu ? maxWidth - menuWidth in LayoutMenu()
899 offsetX = isCustomMenu ? maxWidth - menuWidth in LayoutMenu()
923 …auto menuOffsetY = isCustomMenu ? 0.0f : (SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx() - menuHeight_… in LayoutMenu()
928 isCustomMenu ? menuOffsetX : (menuOffsetX - paddingRight_); in LayoutMenu()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h292 void SetIsCustomMenu(bool isCustomMenu) in SetIsCustomMenu() argument
294 isCustomMenu_ = 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
337 if (!isCustomMenu) { in MenuFocusViewShow()