/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_layout_algorithm.cpp | 46 void XComponentLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::XComponentLayoutAlgorithm 51 LinearLayoutUtils::Layout(layoutWrapper, true, FlexAlign::CENTER, FlexAlign::FLEX_START); in Layout() 54 child->Layout(); in Layout() 57 BoxLayoutAlgorithm::Layout(layoutWrapper); in Layout()
|
/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | layout.h | 75 class Layout : public UIViewGroup { class 78 * @brief A default constructor used to create a <b>Layout</b> instance. 82 Layout() : direction_(LAYOUT_HOR) {} in Layout() function in OHOS::Layout 85 * @brief A destructor used to delete the <b>Layout</b> instance. 89 virtual ~Layout() {} in ~Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_layout_algorithm.cpp | 18 void AtomicServiceLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::AtomicServiceLayoutAlgorithm 20 LinearLayoutAlgorithm::Layout(layoutWrapper); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
H A D | grid_col_layout_algorithm.cpp | 21 void GridColLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::GridColLayoutAlgorithm 25 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | close_icon_layout_algorithm.cpp | 30 void CloseIconLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::CloseIconLayoutAlgorithm 34 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/ |
H A D | root_layout_algorithm.cpp | 22 void RootLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::RootLayoutAlgorithm 32 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_layout_algorithm.cpp | 30 void SwiperArrowLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::SwiperArrowLayoutAlgorithm 34 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_layout_algorithm.cpp | 34 void MenuPreviewLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::MenuPreviewLayoutAlgorithm 54 menuLayoutAlgorithm->Layout(AceType::RawPtr(menuNode)); in Layout() 58 child->Layout(); in Layout() 60 LinearLayoutAlgorithm::Layout(layoutWrapper); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_layout_algorithm.cpp | 37 void MenuWrapperLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::MenuWrapperLayoutAlgorithm 40 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_layout_algorithm.cpp | 36 void CanvasLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::CanvasLayoutAlgorithm 38 BoxLayoutAlgorithm::Layout(layoutWrapper); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_layout_algorithm.cpp | 34 void StageLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::StageLayoutAlgorithm 39 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components/coverage/ |
H A D | render_coverage.cpp | 44 (*firstChild)->Layout(innerLayout); in PerformLayout() 54 (*secondChild)->Layout(secondChildLayoutParam); in PerformLayout()
|
/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_advanced_layout.h | 95 void SetUpButton(Layout* controller, UILabelButton* btn, const char* title) in SetUpButton() 110 void AddElement(Layout* layout) in AddElement() 124 void AddTextElement(Layout* layout) in AddTextElement() 133 void Clear(Layout* layout) const in Clear()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_layout_algorithm.cpp | 476 backButtonWrapper->Layout(); in ShowBackButtonLayout() 496 backButtonWrapper->Layout(); in LayoutBackButton() 505 backButtonWrapper->Layout(); in LayoutBackButton() 517 backButtonWrapper->Layout(); in LayoutBackButton() 524 backButtonWrapper->Layout(); in LayoutBackButton() 596 titleWrapper->Layout(); in LayoutTitle() 603 titleWrapper->Layout(); in LayoutTitle() 613 titleWrapper->Layout(); in LayoutTitle() 621 titleWrapper->Layout(); in LayoutTitle() 646 titleWrapper->Layout(); in LayoutTitle() 1046 void TitleBarLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) Layout() function in OHOS::Ace::NG::TitleBarLayoutAlgorithm [all...] |
H A D | navigation_content_layout_algorithm.cpp | 41 void NavigationContentLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::NavigationContentLayoutAlgorithm 61 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_algorithm.h | 51 virtual void Layout(LayoutWrapper* layoutWrapper) {} in Layout() function in OHOS::Ace::NG::LayoutAlgorithm 121 void Layout(LayoutWrapper* layoutWrapper) override 126 layoutAlgorithm_->Layout(layoutWrapper);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/digit_indicator/ |
H A D | digit_indicator_layout_algorithm.cpp | 67 void DigitIndicatorLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::DigitIndicatorLayoutAlgorithm 94 frontTextWrapper->Layout(); in Layout() 105 backTextWrapper->Layout(); in Layout()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_layout_test_ng.cpp | 104 algorithm->Layout(&layoutWrapper); in HWTEST_F() 135 algorithm->Layout(&layoutWrapper); in HWTEST_F() 164 algorithm->Layout(&layoutWrapper); in HWTEST_F() 195 algorithm->Layout(&layoutWrapper); in HWTEST_F() 226 algorithm->Layout(&layoutWrapper); in HWTEST_F() 256 algorithm->Layout(&layoutWrapper); in HWTEST_F() 364 * @tc.steps: step3. call Layout. in HWTEST_F() 368 algorithm->Layout(&layoutWrapper); in HWTEST_F() 392 * @tc.steps: step3. call Layout. in HWTEST_F() 395 algorithm->Layout( in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_layout_algorithm.cpp | 141 leftButtonWrapper->Layout(); in LayoutItem() 154 contentWrapper->Layout(); in LayoutItem() 166 rightButtonWrapper->Layout(); in LayoutItem() 169 void CounterLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::CounterLayoutAlgorithm
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_algorithm.cpp | 89 void ListItemLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::ListItemLayoutAlgorithm 110 child->Layout(); in Layout() 120 child->Layout(); in Layout() 129 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_response_area.h | 39 virtual void Layout(LayoutWrapper* layoutWrapper, int32_t index, float& nodeWidth) = 0; 78 void Layout(LayoutWrapper* layoutWrapper, int32_t index, float& nodeWidth) override; 152 void Layout(LayoutWrapper* layoutWrapper, int32_t index, float& nodeWidth) override; 183 void Layout(LayoutWrapper* layoutWrapper, int32_t index, float& nodeWidth) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node_layout_algorithm.cpp | 87 void CustomNodeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::CustomNodeLayoutAlgorithm 93 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape_container.cpp | 53 child->Layout(LayoutParam(newSize, GetLayoutParam().GetMinSize())); in PerformLayout() 61 child->Layout(GetLayoutParam()); in PerformLayout()
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_layout_algorithm.cpp | 21 void MovingPhotoLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::MovingPhotoLayoutAlgorithm 33 child->Layout(); in Layout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
H A D | stack_layout_algorithm.cpp | 25 void StackLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::StackLayoutAlgorithm 29 child->Layout(); in Layout()
|