Searched refs:menuList (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_view_enhance.cpp | 351 auto menuList = FrameNode::CreateFrameNode( in ShowMaxMenu() local 353 auto listLayoutProperty = menuList->GetLayoutProperty<ListLayoutProperty>(); in ShowMaxMenu() 357 menuList->AddChild(BuildLeftSplitMenuItem()); in ShowMaxMenu() 358 menuList->AddChild(BuildRightSplitMenuItem()); in ShowMaxMenu() 366 SubwindowManager::GetInstance()->ShowMenuNG(menuList, menuParam, targetNode, menuPosition); in ShowMaxMenu() 369 return menuList; in ShowMaxMenu()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_view_enhance_test_ng.cpp | 667 auto menuList = FrameNode::CreateFrameNode( variable 669 auto fameNode = viewEnhance_->ShowMaxMenu(menuList, menuPosition); 687 auto menuList = FrameNode::CreateFrameNode( variable 689 auto fameNode = viewEnhance_->ShowMaxMenu(menuList, menuPosition);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-modal-transition.md | 260 private menuList: string[] = ['不要辣', '少放辣', '多放辣', '不要香菜', '不要香葱', '不要一次性餐具', '需要一次性餐具']; 267 ForEach(this.menuList, (item: string) => {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-modal-transition.md | 260 …private menuList: string[] = ['No ice', 'Light ice', 'Extra ice', 'Light sauce', 'Extra sauce', 'P… 267 ForEach(this.menuList, (item: string) => {
|