/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 106 void TextInputClient::NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_row_ffi.cpp | 71 void FfiOHOSAceFrameworkRowSetHeight(double height, int32_t unit) in FfiOHOSAceFrameworkRowSetHeight() argument
|
H A D | cj_side_bar_container_ffi.h | 34 double height; member
|
H A D | cj_path_ffi.cpp | 32 FfiOHOSAceFrameworkPathCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathCreateWithSize() argument 54 FfiOHOSAceFrameworkPathInsCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathInsCreateWithSize() argument
|
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/bridge/common/media_query/ |
H A D | media_query_info.cpp | 75 int32_t height = container ? container->GetViewHeight() : 0; in GetMediaQueryJsonInfo() local
|
H A D | media_queryer.h | 38 void SetSurfaceSize(int32_t width, int32_t height) in SetSurfaceSize() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/ |
H A D | plugin_bridge.cpp | 76 int32_t height = container ? container->GetViewHeight() : 0; in GetDeviceInfo() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_ellipse_shape.cpp | 31 JSRef<JSVal> height = params->GetProperty("height"); in ConstructorCallback() local
|
/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/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
|