Home
last modified time | relevance | path

Searched defs:maxHeight (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_layout_algorithm.cpp35 …float maxHeight = std::max(contentConstraint.maxSize.Height(), contentConstraint.minSize.Height()); in MeasureContent() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_adaptor.cpp29 int16_t& maxHeight, in GetNextLineAndWidth()
H A Dui_line_break.cpp129 int16_t& maxHeight, in GetNextLineAndWidth()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_image_capability_v10.md62 ### maxHeight subsection
H A D_codec_image_capability_v20.md62 ### maxHeight subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_navigation_container.cpp31 double maxHeight = layoutParam.GetMaxSize().Height(); in PerformLayout() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession_utils.h47 int32_t& minWidth, int32_t& maxWidth, int32_t& minHeight, int32_t& maxHeight) in CalcFloatWindowRectLimits()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Drender_navigator.cpp113 double maxHeight = maxSize.Height(); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.cpp121 void WaterFlowComponent::SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js764 maxHeight: constraint.maxHeight property in checkboxConstraint
778 maxHeight: imageMaxHeight property in imageConstraint
788 maxHeight: Math.max(contentMaxHeight, TEXT_MIN_HEIGHT) property in contentConstraint
1465 maxHeight: constraint.maxHeight property in checkboxConstraint
1472 maxHeight: Number(constraint.maxHeight) - height property in textConstraint
2455 maxHeight: constraint.maxHeight property in titleConstraint
2467 maxHeight: Number(constraint.maxHeight) - height property in contentConstraint
3016 let maxHeight = Number(constraint.maxHeight); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp76 float maxHeight = 0.0f; in GetChildrenSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp184 auto maxHeight = std::min(sheetMaxHeight, sheetMaxWidth_) * POPUP_LARGE_SIZE; in Measure() local
461 auto maxHeight = std::min(sheetMaxHeight, sheetMaxWidth_) * POPUP_LARGE_SIZE; in GetHeightBySheetStyle() local
495 auto maxHeight = sheetHeight_; in CreateSheetChildConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_layout_algorithm.cpp90 auto maxHeight = menuWindowRect.Height(); in UpdateLayoutConstraintForPreview() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dwater_flow_model_impl.cpp86 void WaterFlowModelImpl::SetItemMaxHeight(const Dimension& maxHeight) in SetItemMaxHeight()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.h34 uint32_t maxHeight; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp89 int32_t maxHeight = sqrt(pow(width_ + MULTIPLE_FACTOR * padding, MULTIPLE_FACTOR) + in PaintGlow() local
139 int32_t maxHeight = sqrt(pow(width_ + MULTIPLE_FACTOR * padding, MULTIPLE_FACTOR) + in PaintGlow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drender_badge.cpp140 double maxHeight = minSize.Height(); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp324 double maxHeight = ConvertVerticalDimensionToPx(maxHeight_, true); in ConvertConstraintsToPx() local
471 auto maxHeight = selfLayout.GetMaxSize().Height(); in AdjustSizeByAspectRatio() local
524 double maxHeight = std::max(selfLayoutParam_.GetMaxSize().Height() - deflate.Height(), 0.0); in SetChildLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp118 float maxHeight = 0.0f; in PerformMeasureSelfWithChildList() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.cpp96 int32_t maxHeight = 0; in CreateBitMap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dextension_handler.cpp25 auto maxHeight = floor(layoutConstraintF.maxSize.Height()); in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp86 auto maxHeight = selfLayoutConstraint->maxSize.Height(); in HandleChildLayoutConstraint() local
229 auto maxHeight = layoutContraint->maxSize.Height(); in PerformMeasureSelf() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_segment_common_test.cpp794 float maxHeight = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h157 void SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp169 double maxHeight = GetLayoutParam().GetMaxSize().Height(); in PerformLayout() local

123