| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
| D | custom_node_pattern.cpp | 29 DynamicCast<CustomNodeLayoutAlgorithm>(dirty->GetLayoutAlgorithm()->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
| D | divider_pattern.cpp | 24 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 26 …ayoutAlgorithm = DynamicCast<DividerLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
| D | qrcode_pattern.cpp | 40 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 42 …layoutAlgorithm = DynamicCast<QRCodeLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
| D | loading_progress_pattern.cpp | 28 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 32 DynamicCast<LoadingProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_item_group_pattern.cpp | 84 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 86 …lgorithm = DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| D | list_layout_algorithm.cpp | 1015 auto layoutAlgorithmWrapper = layoutWrapper->GetLayoutAlgorithm(true); in SetListItemGroupParam() 1017 …= AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in SetListItemGroupParam() 1063 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in CheckListItemGroupRecycle() 1065 …Group = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlgorithm()); in CheckListItemGroupRecycle() 1074 auto algorithmWrapper = wrapper->GetLayoutAlgorithm(); in AdjustPostionForListItemGroup() 1076 …Group = AceType::DynamicCast<ListItemGroupLayoutAlgorithm>(algorithmWrapper->GetLayoutAlgorithm()); in AdjustPostionForListItemGroup()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_container/ |
| D | grid_container_test_ng.cpp | 42 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() 48 auto textAlgorithm = text->GetLayoutAlgorithm(); in MeasureLayout()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/layout/ |
| D | mock_layout_wrapper.cpp | 20 const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) in GetLayoutAlgorithm() function
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/side_bar/ |
| D | side_bar_view_test_ng.cpp | 299 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); 302 (layoutAlgorithmWrapper->GetLayoutAlgorithm()); 389 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); 392 (layoutAlgorithmWrapper->GetLayoutAlgorithm()); 451 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); 454 (layoutAlgorithmWrapper->GetLayoutAlgorithm()); 489 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); 492 (layoutAlgorithmWrapper->GetLayoutAlgorithm());
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| D | navigation_layout_algorithm.cpp | 67 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); in LayoutNavBar() 70 … AceType::DynamicCast<NavigationLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in LayoutNavBar() 135 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); in LayoutContent() 138 … AceType::DynamicCast<NavigationLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in LayoutContent() 284 … layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); in SizeCalculation() 287 … AceType::DynamicCast<NavigationLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in SizeCalculation()
|
| D | tool_bar_layout_algorithm.cpp | 119 …orithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(barItemWrapper->GetLayoutAlgorithm()); in SetBarItemMaxWidth() 122 AceType::DynamicCast<BarItemLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in SetBarItemMaxWidth()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
| D | water_flow_pattern.cpp | 121 auto layoutAlgorithmWrapper = dirty->GetLayoutAlgorithm(); in OnDirtyLayoutWrapperSwap() 123 …outAlgorithm = DynamicCast<WaterFlowLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| D | layout_wrapper.h | 50 virtual const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) = 0;
|
| D | layout_algorithm.h | 146 const RefPtr<LayoutAlgorithm>& GetLayoutAlgorithm() const in GetLayoutAlgorithm() function
|
| D | layout_wrapper_node.h | 81 const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) override
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
| D | progress_pattern.cpp | 32 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 34 …youtAlgorithm = DynamicCast<ProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
| D | drag_bar_pattern.cpp | 84 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 86 …ayoutAlgorithm = DynamicCast<DragBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
| D | scroll_bar_pattern.cpp | 124 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 126 …outAlgorithm = DynamicCast<ScrollBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
| D | switch_pattern.cpp | 51 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 53 …LayoutAlgorithm = DynamicCast<SwitchLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| D | dialog_layout_algorithm.cpp | 147 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(text->GetLayoutAlgorithm()); in AnalysisLayoutOfContent() 149 …xtLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in AnalysisLayoutOfContent()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
| D | linear_split_pattern.cpp | 532 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 535 DynamicCast<LinearSplitLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| D | select_overlay_pattern.cpp | 505 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 508 DynamicCast<SelectOverlayLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| D | bubble_pattern.cpp | 57 auto layoutAlgorithmWrapper = DynamicCast<LayoutAlgorithmWrapper>(dirty->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap() 59 …LayoutAlgorithm = DynamicCast<BubbleLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/qrcode/ |
| D | qrcode_pattern_test_ng.cpp | 143 …gorithmWrapper = AceType::DynamicCast<LayoutAlgorithmWrapper>(layoutWrapper->GetLayoutAlgorithm()); 146 AceType::DynamicCast<QRCodeLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm());
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/ |
| D | mock_frame_node.cpp | 93 const RefPtr<LayoutAlgorithmWrapper>& FrameNode::GetLayoutAlgorithm(bool needReset) in GetLayoutAlgorithm() function in OHOS::Ace::NG::FrameNode
|