Home
last modified time | relevance | path

Searched refs:Layout (Results 1 - 25 of 427) sorted by relevance

12345678910>>...18

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_layout_algorithm.cpp46 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 Dlayout.h75 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 Datomic_service_layout_algorithm.cpp18 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 Dgrid_col_layout_algorithm.cpp21 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 Dclose_icon_layout_algorithm.cpp30 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 Droot_layout_algorithm.cpp22 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 Dswiper_arrow_layout_algorithm.cpp30 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 Dmenu_preview_layout_algorithm.cpp34 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 Dmenu_wrapper_layout_algorithm.cpp37 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 Dcanvas_layout_algorithm.cpp36 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 Dstage_layout_algorithm.cpp34 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 Drender_coverage.cpp44 (*firstChild)->Layout(innerLayout); in PerformLayout()
54 (*secondChild)->Layout(secondChildLayoutParam); in PerformLayout()
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.h95 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 Dtitle_bar_layout_algorithm.cpp476 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 Dnavigation_content_layout_algorithm.cpp41 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 Dlayout_algorithm.h51 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 Ddigit_indicator_layout_algorithm.cpp67 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 Dswiper_indicator_layout_test_ng.cpp104 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 Dcounter_layout_algorithm.cpp141 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 Dlist_item_layout_algorithm.cpp89 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 Dtext_input_response_area.h39 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 Dcustom_node_layout_algorithm.cpp87 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 Drender_shape_container.cpp53 child->Layout(LayoutParam(newSize, GetLayoutParam().GetMinSize())); in PerformLayout()
61 child->Layout(GetLayoutParam()); in PerformLayout()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_algorithm.cpp21 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 Dstack_layout_algorithm.cpp25 void StackLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() function in OHOS::Ace::NG::StackLayoutAlgorithm
29 child->Layout(); in Layout()

Completed in 9 milliseconds

12345678910>>...18