| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
| D | divider_pattern.cpp | 24 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 25 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 26 …auto dividerLayoutAlgorithm = DynamicCast<DividerLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
| D | qrcode_pattern.cpp | 41 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 42 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 43 …auto layoutAlgorithm = DynamicCast<QRCodeLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorit… in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| D | grid_option_layout_test_ng.cpp | 53 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(frameNode_->GetLayoutAl… variable 55 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… 56 …if (AceType::InstanceOf<GridIrregularLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()… 80 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(frameNode_->GetLayoutAl… variable 82 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… 83 …if (AceType::InstanceOf<GridIrregularLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()… 116 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(frameNode_->GetLayoutAl… variable 118 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… 119 …if (AceType::InstanceOf<GridIrregularLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()… 151 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(frameNode_->GetLayoutAl… variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
| D | toast_layout_algorithm.cpp | 90 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(textWrapper->GetLayoutA… in GetLineCount() local 91 CHECK_NULL_RETURN(layoutAlgorithmWrapper, 0); in GetLineCount() 92 …auto textLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLa… in GetLineCount()
|
| D | toast_pattern.cpp | 554 …auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(textLayoutWrapper->GetLayoutAlgo… in GetTextLineHeight() local 555 CHECK_NULL_RETURN(layoutAlgorithmWrapper, 0); in GetTextLineHeight() 556 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in GetTextLineHeight()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
| D | side_bar_view_test_ng.cpp | 299 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayou… variable 300 EXPECT_NE(layoutAlgorithmWrapper, nullptr); 302 (layoutAlgorithmWrapper->GetLayoutAlgorithm()); 389 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayou… variable 390 EXPECT_NE(layoutAlgorithmWrapper, nullptr); 392 (layoutAlgorithmWrapper->GetLayoutAlgorithm()); 451 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayou… variable 452 EXPECT_NE(layoutAlgorithmWrapper, nullptr); 454 (layoutAlgorithmWrapper->GetLayoutAlgorithm()); 489 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayou… variable [all …]
|
| D | side_bar_pattern_test_ng.cpp | 651 auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>( variable 653 ASSERT_NE(layoutAlgorithmWrapper, nullptr); 654 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 1205 auto layoutAlgorithmWrapper = variable 1207 ASSERT_NE(layoutAlgorithmWrapper, nullptr); 1208 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 1406 auto layoutAlgorithmWrapper = variable 1408 ASSERT_NE(layoutAlgorithmWrapper, nullptr); 1409 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 1615 auto layoutAlgorithmWrapper = variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
| D | loading_progress_pattern.cpp | 29 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 30 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 33 DynamicCast<LoadingProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/ |
| D | linear_split_test_ng.cpp | 144 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 146 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 154 …layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(linearLayoutAlgorithm, false); 155 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 342 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 344 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 391 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 393 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 585 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 587 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
| D | folder_stack_pattern.cpp | 196 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 197 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 199 DynamicCast<FolderStackLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/ |
| D | qrcode_test_ng.cpp | 140 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayou… variable 141 EXPECT_FALSE(layoutAlgorithmWrapper == nullptr); 143 AceType::DynamicCast<QRCodeLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); 230 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 251 …layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(qrcodeLayoutAlgorithm, NO_SKI… 252 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
| D | drag_bar_pattern.cpp | 84 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 85 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 86 …auto layoutAlgorithm = DynamicCast<DragBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_item_group_pattern.cpp | 139 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 140 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 141 …auto layoutAlgorithm = DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayout… in OnDirtyLayoutWrapperSwap() 637 auto layoutAlgorithmWrapper = host->GetLayoutAlgorithm(true); in LayoutCache() local 638 CHECK_NULL_VOID(layoutAlgorithmWrapper); in LayoutCache() 639 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in LayoutCache()
|
| D | list_layout_algorithm.cpp | 948 auto layoutAlgorithmWrapper = layoutWrapper->GetLayoutAlgorithm(true); in AdjustStartPosition() local 949 CHECK_NULL_VOID(layoutAlgorithmWrapper); in AdjustStartPosition() 950 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in AdjustStartPosition() 1473 auto layoutAlgorithmWrapper = wrapper->GetLayoutAlgorithm(true); in GetListItemGroupLayoutInfo() local 1474 CHECK_NULL_RETURN(layoutAlgorithmWrapper, std::nullopt); in GetListItemGroupLayoutInfo() 1475 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in GetListItemGroupLayoutInfo() 1483 auto layoutAlgorithmWrapper = wrapper->GetLayoutAlgorithm(true); in GetListItemGroupItemCount() local 1484 CHECK_NULL_RETURN(layoutAlgorithmWrapper, 0); in GetListItemGroupItemCount() 1485 …auto itemGroup = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in GetListItemGroupItemCount() 1666 auto layoutAlgorithmWrapper = layoutWrapper->GetLayoutAlgorithm(true); in SetListItemGroupParam() local [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
| D | form_test_ng.cpp | 155 …auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, skipMea… variable 156 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 354 … auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false); variable 355 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 378 … auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false); variable 379 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 425 … auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false); variable 426 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
| D | progress_pattern.cpp | 36 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 37 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 38 …auto progressLayoutAlgorithm = DynamicCast<ProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
| D | linear_split_pattern.cpp | 564 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 565 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 567 DynamicCast<LinearSplitLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
| D | slider_pattern_test_ng.cpp | 301 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 303 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 305 …layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(sliderLayoutAlgorithm, false); 306 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 418 …auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(sliderLayoutAlgorithm, f… variable 419 ASSERT_NE(layoutAlgorithmWrapper, nullptr); 420 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| D | wrap_layout_algorithm.cpp | 74 auto layoutAlgorithmWrapper = layoutWrapper->GetLayoutAlgorithm(); in UpdatePercentSensitive() local 75 CHECK_NULL_VOID(layoutAlgorithmWrapper); in UpdatePercentSensitive() 76 layoutAlgorithmWrapper->SetPercentWidth(true); in UpdatePercentSensitive() 77 layoutAlgorithmWrapper->SetPercentHeight(true); in UpdatePercentSensitive()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| D | canvas_test_ng.cpp | 106 … auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(layoutAlgorithm, false); variable 108 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper);
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/divider/old_cases/ |
| D | divider_test_ng.cpp | 185 auto layoutAlgorithmWrapper = variable 187 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
| D | switch_pattern.cpp | 49 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 50 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 51 …auto switchLayoutAlgorithm = DynamicCast<SwitchLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
| D | toggle_test_ng.cpp | 442 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 444 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 454 …layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(switchLayoutAlgorithm, NO_SKI… 455 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 559 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 561 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper); 1091 RefPtr<LayoutAlgorithmWrapper> layoutAlgorithmWrapper = variable 1093 layoutWrapper->SetLayoutAlgorithm(layoutAlgorithmWrapper);
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| D | navigation_pattern_test_ng.cpp | 440 …auto layoutAlgorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayou… variable 441 ASSERT_NE(layoutAlgorithmWrapper, nullptr); 443 … AceType::DynamicCast<NavigationLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); 868 auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(algorithm); variable 869 layoutWrapper->layoutAlgorithm_ = layoutAlgorithmWrapper; 871 layoutAlgorithmWrapper->layoutAlgorithm_ = navigationLayoutAlgorithm; 999 auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(tempAlgorithm); variable 1000 layoutWrapper->layoutAlgorithm_ = layoutAlgorithmWrapper;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| D | bubble_pattern.cpp | 57 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() local 58 CHECK_NULL_RETURN(layoutAlgorithmWrapper, false); in OnDirtyLayoutWrapperSwap() 59 …auto bubbleLayoutAlgorithm = DynamicCast<BubbleLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap()
|