Searched refs:algorithmWrapper (Results 1 – 3 of 3) sorted by relevance
656 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable657 ASSERT_NE(algorithmWrapper, nullptr);658 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…1209 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable1210 ASSERT_NE(algorithmWrapper, nullptr);1211 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…1410 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable1411 ASSERT_NE(algorithmWrapper, nullptr);1412 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…1619 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable[all …]
719 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckAndMeasureStartItem() local720 CHECK_NULL_VOID(algorithmWrapper); in CheckAndMeasureStartItem()721 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckAndMeasureStartItem()1728 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckListItemGroupRecycle() local1729 CHECK_NULL_VOID(algorithmWrapper); in CheckListItemGroupRecycle()1730 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckListItemGroupRecycle()1740 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(true); in AdjustPostionForListItemGroup() local1741 CHECK_NULL_VOID(algorithmWrapper); in AdjustPostionForListItemGroup()1742 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in AdjustPostionForListItemGroup()
957 …auto algorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false, false); variable960 layoutWrapper->SetLayoutAlgorithm(algorithmWrapper);961 EXPECT_EQ(layoutWrapper->layoutAlgorithm_, algorithmWrapper);