Home
last modified time | relevance | path

Searched refs:algorithmWrapper (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
Dside_bar_pattern_test_ng.cpp656 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
657 ASSERT_NE(algorithmWrapper, nullptr);
658 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
1209 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
1210 ASSERT_NE(algorithmWrapper, nullptr);
1211 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
1410 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
1411 ASSERT_NE(algorithmWrapper, nullptr);
1412 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
1619 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_algorithm.cpp719 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckAndMeasureStartItem() local
720 CHECK_NULL_VOID(algorithmWrapper); in CheckAndMeasureStartItem()
721 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckAndMeasureStartItem()
1755 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckListItemGroupRecycle() local
1756 CHECK_NULL_VOID(algorithmWrapper); in CheckListItemGroupRecycle()
1757 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckListItemGroupRecycle()
1767 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(true); in AdjustPostionForListItemGroup() local
1768 CHECK_NULL_VOID(algorithmWrapper); in AdjustPostionForListItemGroup()
1769 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in AdjustPostionForListItemGroup()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
Dtab_bar_layout_test_ng.cpp957 …auto algorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false, false); variable
960 layoutWrapper->SetLayoutAlgorithm(algorithmWrapper);
961 EXPECT_EQ(layoutWrapper->layoutAlgorithm_, algorithmWrapper);