| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | blank_model_impl.cpp | 42 void BlankModelImpl::SetHeight(const Dimension& height) in SetHeight() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_column_ffi.cpp | 67 void FfiOHOSAceFrameworkColumnSetHeight(double height, int32_t unit) in FfiOHOSAceFrameworkColumnSetHeight() argument
|
| H A D | cj_image_animator_ffi.h | 31 double height; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | list_scroll_bar_controller.cpp | 45 double height = list->GetLayoutSize().Height(); in UpdateScrollPosition() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| H A D | shape_paint_method.h | 48 float height = paintWrapper->GetContentSize().Height(); variable
|
| H A D | ellipse_paint_method.h | 61 float height = paintWrapper->GetContentSize().Height(); variable
|
| H A D | line_layout_algorithm.cpp | 50 auto height = startPoint.GetY() > endPoint.GetY() ? startPoint.GetY() in MeasureContent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
| H A D | scroll_fade_painter.cpp | 34 float height = std::min(size.Height(), size.Width() * WIDTH_TO_HEIGHT_FACTOR); in Paint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
| H A D | grid_scroll_controller.cpp | 45 double height = grid->GetLayoutSize().Height(); in UpdateScrollPosition() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
| H A D | water_flow_scroll_controller.cpp | 44 double height = waterFlow->GetLayoutSize().Height(); in UpdateScrollPosition() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| H A D | arkui_rect.h | 27 RectF(float x, float y, float width, float height) in RectF() argument 32 void SetRect(float x, float y, float width, float height) in SetRect() argument
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | measurable.h | 73 virtual void SetHeight(double height, DimensionUnit unit = DimensionUnit::PX) in SetHeight() argument 78 virtual void SetHeight(std::string height, DimensionUnit unit = DimensionUnit::CALC) in SetHeight() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| H A D | xcomponent_paint_method.cpp | 29 auto height = surfaceSize.Height(); in GetContentDrawFunction() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | render_popup_list_item.cpp | 80 auto height = renderBox_->GetLayoutSize().Height(); in PerformLayout() local
|
| /foundation/arkui/ui_lite/test/unittest/layout/ |
| H A D | flex_layout_unit_test.cpp | 27 uint16_t height = 100; // 100 view height
in CreatView() local
|
| H A D | grid_layout_unit_test.cpp | 27 uint16_t height = 100; // 100 view height
in CreatView() local
|
| H A D | list_layout_unit_test.cpp | 27 uint16_t height = 100; // 100 view height in CreatView() local
|
| /foundation/arkui/ui_lite/test/unittest/components/ |
| H A D | ui_arc_label_unit_test.cpp | 90 const int16_t height = 100; in HWTEST_F() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/test/unittest/common/ |
| H A D | system_info_tdd_test.cpp | 88 uint16_t height = SystemInfo::GetInstance().GetScreenHeight(); in HWTEST_F() local 155 uint16_t height = SystemInfo::GetInstance().GetScreenHeight(); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
| H A D | root_component_mock.cpp | 48 void RootComponentMock::PrepareRootContainer(int16_t width, int16_t height, bool flex) in PrepareRootContainer() argument
|
| H A D | qrcode_tdd_test.cpp | 101 int16_t height = qrcode->GetHeight();
in ComponentQrcodeStyleValueTest001() local 118 int16_t height in ComponentQrcodeStyleValueTest002() local [all...] |
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_box_scroll_bar.cpp | 26 void UIBoxScrollBar::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) in SetPosition() argument
|
| /foundation/arkui/ui_lite/frameworks/window/ |
| H A D | window_impl.h | 61 uint16_t height; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/canvas/ |
| H A D | canvas_tdd_test.cpp | 114 int16_t height = canvas->GetHeight(); in ComponentCanvasChangeHeightTest001() local
|
| /foundation/arkui/ace_engine/test/unittest/core/property/ |
| H A D | layout_constraint_test_ng.cpp | 69 CalcLength height = CalcLength::FromString(heightStr); in HWTEST_F() local 359 CalcLength height = CalcLength::FromString(heightStr); HWTEST_F() local [all...] |