Home
last modified time | relevance | path

Searched refs:FlexLayout (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp19 void FlexLayout::LayoutChildren(bool needInvalidate) in LayoutChildren()
35 void FlexLayout::GetStartPos(const int16_t& length, in GetStartPos()
71 void FlexLayout::GetNoWrapStartPos(const int16_t& length, int16_t& majorPos, int16_t& interval) in GetNoWrapStartPos()
80 void FlexLayout::GetRowStartPos(int16_t& pos, in GetRowStartPos()
89 void FlexLayout::GetColumnStartPos(int16_t& pos, in GetColumnStartPos()
98 void FlexLayout::CalValidLength(uint16_t& totalValidLength, uint16_t& allChildNum) in CalValidLength()
125 void FlexLayout::CalRowCount() in CalRowCount()
149 void FlexLayout::GetRowMaxHeight(uint16_t size, uint16_t* maxRosHegiht) in GetRowMaxHeight()
185 void FlexLayout::GetRowsWidth(uint16_t rowNum, uint16_t* rowsWidth, uint16_t* rowsChildNum) in GetRowsWidth()
222 void FlexLayout
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dopacity_tdd_test.cpp212 FlexLayout* uiView = reinterpret_cast<FlexLayout *>(divComponent->GetComponentRootView()); in SetOpacityTest006()
239 FlexLayout* uiView = reinterpret_cast<FlexLayout *>(divComponent->GetComponentRootView()); in SetOpacityTest007()
255 FlexLayout* uiView = reinterpret_cast<FlexLayout *>(divComponent->GetComponentRootView()); in GetContainerView()
/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h20 * @brief Defines UI layouts such as <b>FlexLayout</b> and <b>GridLayout</b>.
49 class FlexLayout : public Layout { class
55 * @brief A default constructor used to create a <b>FlexLayout</b> instance.
59 FlexLayout() in FlexLayout() function in OHOS::FlexLayout
63 * @brief A destructor used to delete the <b>FlexLayout</b> instance.
67 virtual ~FlexLayout() {} in ~FlexLayout()
H A Dlist_layout.h20 * @brief Defines UI layouts such as <b>FlexLayout</b> and <b>GridLayout</b>.
32 class ListLayout : public FlexLayout {
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp36 return const_cast<FlexLayout *>(&nativeView_); in GetComponentRootView()
94 nativeView_.SetFlexWrap(FlexLayout::WRAP); in NativeViewSetDirection()
96 nativeView_.SetFlexWrap(FlexLayout::NOWRAP); in NativeViewSetDirection()
H A Ddiv_component.h47 FlexLayout nativeView_;
H A Dpanel_view.h33 class PanelView : public FlexLayout, public MemoryHeap {
H A Dvideo_view.h40 class VideoView : public FlexLayout, public MemoryHeap {
H A Dvideo_view.cpp367 (reinterpret_cast<FlexLayout *>(panelView_))->SetLayoutDirection(LAYOUT_HOR); in SetVideoPanel()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H A Ddirective_tdd_test.cpp239 FlexLayout *textBox = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "textBox")); in DirectiveTest002()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp197 FlexLayout* row1 = SetupKeyRow("row1", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard()
201 FlexLayout* row2 = SetupKeyRow("row2", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard()
205 FlexLayout* row3 = SetupKeyRow("row3", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard()
209 FlexLayout* row4 = SetupKeyRow("row4", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard()
234 FlexLayout* CustomInputMethod::SetupKeyRow(const char* name, int16_t width, int16_t height) in SetupKeyRow()
236 FlexLayout* row = new FlexLayout(); in SetupKeyRow()
H A Dcustom_input_method.h73 FlexLayout* SetupKeyRow(const char* name, int16_t width, int16_t height);
/foundation/arkui/ui_lite/test/uitest/test_view_percent/
H A Dui_test_view_percent.h68 FlexLayout* flexLayout_ = nullptr;
H A Dui_test_view_percent.cpp95 flexLayout_ = new FlexLayout(); in InitView()
/foundation/arkui/ui_lite/test/unittest/layout/
H A Dflex_layout_unit_test.cpp39 static FlexLayout* flexLayout_;
42 FlexLayout* FlexLayoutTest::flexLayout_ = nullptr;
47 flexLayout_ = new FlexLayout(); in SetUpTestCase()
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.h51 FlexLayout* fTarget_ = nullptr;
H A Dui_test_advanced_layout.cpp33 fTarget_ = new FlexLayout(); in SetUp()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/
H A Devent_bubble_tdd_test.cpp1417 FlexLayout *container = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "box")); in EventBubbleTest017()

Completed in 14 milliseconds