Searched refs:needMoreButton (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_toolbar_util.cpp | 47 MarginProperty& margin, uint32_t count, size_t toolbarItemSize, bool needMoreButton) in AddSafeIntervalBetweenToolbarItem() argument 53 …} else if (!needMoreButton && (count == toolbarItemSize) && (toolbarItemSize != ONE_TOOLBAR_ITEM))… in AddSafeIntervalBetweenToolbarItem() 293 …const BarItem& toolBarItem, size_t toolbarItemSize, uint32_t count, bool needMoreButton, bool enab… in CreateToolbarItemInContainer() argument 315 AddSafeIntervalBetweenToolbarItem(margin, count, toolbarItemSize, needMoreButton); in CreateToolbarItemInContainer() 480 bool needMoreButton = toolBarItems.size() > MAXIMUM_TOOLBAR_ITEMS_IN_BAR; in BuildToolBarItems() local 488 if (needMoreButton && (count > MAXIMUM_TOOLBAR_ITEMS_IN_BAR - 1)) { in BuildToolBarItems() 495 toolBarItem, toolBarItems.size(), count, needMoreButton, enabled); in BuildToolBarItems() 509 if (!needMoreButton) { in BuildToolBarItems() 567 bool needMoreButton = toolBarItems.size() > MAXIMUM_TOOLBAR_ITEMS_IN_BAR; in SetToolbarConfiguration() local 572 if (needMoreButton) { in SetToolbarConfiguration()
|
H A D | nav_bar_pattern.cpp | 131 bool needMoreButton = menuItems.size() > mostMenuItemCount ? true : false; in CreateMenuItems() local 146 if (needMoreButton && (count > static_cast<int32_t>(mostMenuItemCount) - 1)) { in CreateMenuItems() 182 if (needMoreButton) { in CreateMenuItems()
|
H A D | navigation_title_util.cpp | 105 bool needMoreButton = menuItems.size() > mostMenuItemCount ? true : false; in CreateMenuItems() local 112 if (needMoreButton && (count > static_cast<int32_t>(mostMenuItemCount) - 1)) { in CreateMenuItems() 132 if (needMoreButton) { in CreateMenuItems()
|