Home
last modified time | relevance | path

Searched defs:height (Results 101 - 125 of 3863) sorted by relevance

12345678910>>...155

/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp106 void TextInputClient::NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_row_ffi.cpp71 void FfiOHOSAceFrameworkRowSetHeight(double height, int32_t unit) in FfiOHOSAceFrameworkRowSetHeight() argument
H A Dcj_side_bar_container_ffi.h34 double height; member
H A Dcj_path_ffi.cpp32 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 Dcj_column_ffi.cpp67 void FfiOHOSAceFrameworkColumnSetHeight(double height, int32_t unit) in FfiOHOSAceFrameworkColumnSetHeight() argument
H A Dcj_image_animator_ffi.h31 double height; member
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp75 int32_t height = container ? container->GetViewHeight() : 0; in GetMediaQueryJsonInfo() local
H A Dmedia_queryer.h38 void SetSurfaceSize(int32_t width, int32_t height) in SetSurfaceSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp76 int32_t height = container ? container->GetViewHeight() : 0; in GetDeviceInfo() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_ellipse_shape.cpp31 JSRef<JSVal> height = params->GetProperty("height"); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dblank_model_impl.cpp42 void BlankModelImpl::SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp45 double height = list->GetLayoutSize().Height(); in UpdateScrollPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_method.h48 float height = paintWrapper->GetContentSize().Height(); variable
H A Dellipse_paint_method.h61 float height = paintWrapper->GetContentSize().Height(); variable
H A Dline_layout_algorithm.cpp50 auto height = startPoint.GetY() > endPoint.GetY() ? startPoint.GetY() in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_painter.cpp34 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 Dgrid_scroll_controller.cpp45 double height = grid->GetLayoutSize().Height(); in UpdateScrollPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_scroll_controller.cpp44 double height = waterFlow->GetLayoutSize().Height(); in UpdateScrollPosition() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Darkui_rect.h27 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 Dmeasurable.h73 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 Dxcomponent_paint_method.cpp29 auto height = surfaceSize.Height(); in GetContentDrawFunction() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list_item.cpp80 auto height = renderBox_->GetLayoutSize().Height(); in PerformLayout() local
/foundation/arkui/ui_lite/test/unittest/layout/
H A Dflex_layout_unit_test.cpp27 uint16_t height = 100; // 100 view height in CreatView() local
H A Dgrid_layout_unit_test.cpp27 uint16_t height = 100; // 100 view height in CreatView() local
H A Dlist_layout_unit_test.cpp27 uint16_t height = 100; // 100 view height in CreatView() local

Completed in 10 milliseconds

12345678910>>...155