/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_layout_algorithm.cpp | 35 …float maxHeight = std::max(contentConstraint.maxSize.Height(), contentConstraint.minSize.Height()); in MeasureContent() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_adaptor.cpp | 29 int16_t& maxHeight, in GetNextLineAndWidth()
|
H A D | ui_line_break.cpp | 129 int16_t& maxHeight, in GetNextLineAndWidth()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_image_capability_v10.md | 62 ### maxHeight subsection
|
H A D | _codec_image_capability_v20.md | 62 ### maxHeight subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_navigation_container.cpp | 31 double maxHeight = layoutParam.GetMaxSize().Height(); in PerformLayout() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session_utils.h | 47 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 D | render_navigator.cpp | 113 double maxHeight = maxSize.Height(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_component.cpp | 121 void WaterFlowComponent::SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 764 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 D | shape_container_layout_algorithm.cpp | 76 float maxHeight = 0.0f; in GetChildrenSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_layout_algorithm.cpp | 184 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 D | menu_preview_layout_algorithm.cpp | 90 auto maxHeight = menuWindowRect.Height(); in UpdateLayoutConstraintForPreview() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | water_flow_model_impl.cpp | 86 void WaterFlowModelImpl::SetItemMaxHeight(const Dimension& maxHeight) in SetItemMaxHeight()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
H A D | decoder.h | 34 uint32_t maxHeight; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | rosen_render_focus_animation.cpp | 89 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 D | render_badge.cpp | 140 double maxHeight = minSize.Height(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 324 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 D | box_layout_algorithm.cpp | 118 float maxHeight = 0.0f; in PerformMeasureSelfWithChildList() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.cpp | 96 int32_t maxHeight = 0; in CreateBitMap() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | extension_handler.cpp | 25 auto maxHeight = floor(layoutConstraintF.maxSize.Height()); in Create() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 86 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 D | water_flow_segment_common_test.cpp | 794 float maxHeight = 0.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 157 void SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | render_split_container.cpp | 169 double maxHeight = GetLayoutParam().GetMaxSize().Height(); in PerformLayout() local
|