Searched refs:algorithmWrapper (Results 1 – 3 of 3) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_layout_algorithm.cpp | 1063 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckListItemGroupRecycle() local 1064 CHECK_NULL_VOID(algorithmWrapper); in CheckListItemGroupRecycle() 1065 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckListItemGroupRecycle() 1074 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in AdjustPostionForListItemGroup() local 1075 CHECK_NULL_VOID(algorithmWrapper); in AdjustPostionForListItemGroup() 1076 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in AdjustPostionForListItemGroup()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/side_bar/ |
| D | side_bar_pattern_test_ng.cpp | 674 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable 675 ASSERT_NE(algorithmWrapper, nullptr); 676 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… 1244 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable 1245 ASSERT_NE(algorithmWrapper, nullptr); 1246 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/tabs/ |
| D | tabs_test_ng.cpp | 1457 …auto algorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false, false); variable 1458 ASSERT_NE(algorithmWrapper, nullptr); 1460 layoutWrapper->SetLayoutAlgorithm(algorithmWrapper); 1461 EXPECT_EQ(layoutWrapper->layoutAlgorithm_, algorithmWrapper); 10243 …auto algorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false, false); variable 10244 ASSERT_NE(algorithmWrapper, nullptr); 10248 layoutWrapper->SetLayoutAlgorithm(algorithmWrapper); 10249 EXPECT_EQ(layoutWrapper->layoutAlgorithm_, algorithmWrapper);
|