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.cpp670 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
671 ASSERT_NE(algorithmWrapper, nullptr);
672 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
1224 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
1225 ASSERT_NE(algorithmWrapper, nullptr);
1226 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
1426 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
1427 ASSERT_NE(algorithmWrapper, nullptr);
1428 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…
1635 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_algorithm.cpp891 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckAndMeasureStartItem() local
892 CHECK_NULL_VOID(algorithmWrapper); in CheckAndMeasureStartItem()
893 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckAndMeasureStartItem()
2074 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckListItemGroupRecycle() local
2075 CHECK_NULL_VOID(algorithmWrapper); in CheckListItemGroupRecycle()
2076 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckListItemGroupRecycle()
2089 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(true); in AdjustPostionForListItemGroup() local
2090 CHECK_NULL_VOID(algorithmWrapper); in AdjustPostionForListItemGroup()
2091 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in AdjustPostionForListItemGroup()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
Dtab_bar_layout_test_ng.cpp711 …auto algorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false, false); variable
714 layoutWrapper->SetLayoutAlgorithm(algorithmWrapper);
715 EXPECT_EQ(layoutWrapper->layoutAlgorithm_, algorithmWrapper);