/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | flex_layout.cpp | 19 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 D | opacity_tdd_test.cpp | 212 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 D | flex_layout.h | 20 * @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 D | list_layout.h | 20 * @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 D | div_component.cpp | 36 return const_cast<FlexLayout *>(&nativeView_); in GetComponentRootView() 94 nativeView_.SetFlexWrap(FlexLayout::WRAP); in NativeViewSetDirection() 96 nativeView_.SetFlexWrap(FlexLayout::NOWRAP); in NativeViewSetDirection()
|
H A D | div_component.h | 47 FlexLayout nativeView_;
|
H A D | panel_view.h | 33 class PanelView : public FlexLayout, public MemoryHeap {
|
H A D | video_view.h | 40 class VideoView : public FlexLayout, public MemoryHeap {
|
H A D | video_view.cpp | 367 (reinterpret_cast<FlexLayout *>(panelView_))->SetLayoutDirection(LAYOUT_HOR);
in SetVideoPanel()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/ |
H A D | directive_tdd_test.cpp | 239 FlexLayout *textBox = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "textBox")); in DirectiveTest002()
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 197 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 D | custom_input_method.h | 73 FlexLayout* SetupKeyRow(const char* name, int16_t width, int16_t height);
|
/foundation/arkui/ui_lite/test/uitest/test_view_percent/ |
H A D | ui_test_view_percent.h | 68 FlexLayout* flexLayout_ = nullptr;
|
H A D | ui_test_view_percent.cpp | 95 flexLayout_ = new FlexLayout(); in InitView()
|
/foundation/arkui/ui_lite/test/unittest/layout/ |
H A D | flex_layout_unit_test.cpp | 39 static FlexLayout* flexLayout_;
42 FlexLayout* FlexLayoutTest::flexLayout_ = nullptr;
47 flexLayout_ = new FlexLayout();
in SetUpTestCase()
|
/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_advanced_layout.h | 51 FlexLayout* fTarget_ = nullptr;
|
H A D | ui_test_advanced_layout.cpp | 33 fTarget_ = new FlexLayout(); in SetUp()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 1417 FlexLayout *container = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "box")); in EventBubbleTest017()
|