Searched refs:algorithmWrapper (Results 1 – 3 of 3) sorted by relevance
670 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable671 ASSERT_NE(algorithmWrapper, nullptr);672 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…1224 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable1225 ASSERT_NE(algorithmWrapper, nullptr);1226 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…1426 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable1427 ASSERT_NE(algorithmWrapper, nullptr);1428 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout…1635 …auto algorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgor… variable[all …]
891 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckAndMeasureStartItem() local892 CHECK_NULL_VOID(algorithmWrapper); in CheckAndMeasureStartItem()893 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckAndMeasureStartItem()2074 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckListItemGroupRecycle() local2075 CHECK_NULL_VOID(algorithmWrapper); in CheckListItemGroupRecycle()2076 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in CheckListItemGroupRecycle()2089 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(true); in AdjustPostionForListItemGroup() local2090 CHECK_NULL_VOID(algorithmWrapper); in AdjustPostionForListItemGroup()2091 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlg… in AdjustPostionForListItemGroup()
711 …auto algorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false, false); variable714 layoutWrapper->SetLayoutAlgorithm(algorithmWrapper);715 EXPECT_EQ(layoutWrapper->layoutAlgorithm_, algorithmWrapper);