/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_image_capability_v10.md | 110 ### minHeight subsection
|
H A D | _codec_image_capability_v20.md | 110 ### minHeight subsection
|
/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/box/ |
H A D | render_box_base.cpp | 322 double minHeight = ConvertVerticalDimensionToPx(minHeight_, true); in ConvertConstraintsToPx() local 472 auto minHeight = selfLayout.GetMinSize().Height(); in AdjustSizeByAspectRatio() local 517 double minHeight = std::max(selfLayoutParam_.GetMinSize().Height() - deflate.Height(), 0.0); in SetChildLayoutParam() local 631 double minHeight = padding_.GetLayoutSize().Height() + borderSize.Height(); in CalculateSelfLayoutSize() local
|
H A D | box_base_component.h | 184 void SetMinHeight(const CalcDimension& minHeight) in SetMinHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_component.cpp | 101 void WaterFlowComponent::SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | water_flow_model_impl.cpp | 76 void WaterFlowModelImpl::SetItemMinHeight(const Dimension& minHeight) in SetItemMinHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | extension_handler.cpp | 27 auto minHeight = floor(layoutConstraintF.minSize.Height()); in Create() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | sub_session.cpp | 191 uint32_t minHeight = GetSystemConfig().miniHeightOfSubWindow_; in RectCheck() local
|
H A D | main_session.cpp | 204 uint32_t minHeight = GetSystemConfig().miniHeightOfMainWindow_; in RectCheck() local
|
H A D | system_session.cpp | 329 uint32_t minHeight = MIN_SYSTEM_WINDOW_HEIGHT; in RectCheck() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.cpp | 1145 float minHeight = static_cast<float>(SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx()); in OnCoordScrollUpdate() local 1177 float minHeight = static_cast<float>(SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx()); in OnCoordScrollEnd() local 1285 float minHeight = static_cast<float>(SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx()); in CalculateHandledOffsetMinTitle() local 1305 float minHeight = static_cast<float>(SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx()); in CalculateHandledOffsetMaxTitle() local 1325 float minHeight = static_cast<float>(SINGLE_LINE_TITLEBAR_HEIGHT.ConvertToPx()); in CalculateHandledOffsetBetweenMinAndMaxTitle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_panel_ffi.cpp | 78 Dimension minHeight = Dimension(height, static_cast<DimensionUnit>(unit)); in FfiOHOSAceFrameworkPanelMiniHeight() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 137 void SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 171 auto minHeight = static_cast<int32_t>(size); in WallpaperManagerFuzzTest() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2172 minHeight: Math.max(e, Number(c.minHeight)), property in TextArrowLayout.onMeasureSize.g 2182 minHeight: e, property in TextArrowLayout.onMeasureSize.j
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.h | 131 void SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle1/src/main/ |
H A D | config.json | 32 "minHeight": 50, number
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle3/src/main/ |
H A D | config.json | 32 "minHeight": 50, number
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle4/src/main/ |
H A D | config.json | 66 "minHeight": 50, number
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle5/src/main/ |
H A D | config.json | 66 "minHeight": 50, number
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 763 minHeight: CHECKBOX_CONTAINER_HEIGHT, property in checkboxConstraint 1464 minHeight: CHECKBOX_CONTAINER_HEIGHT, property in checkboxConstraint 2454 minHeight: this.titleMinHeight, property in titleConstraint
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 230 auto minHeight = layoutContraint->minSize.Height(); in PerformMeasureSelf() local
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.h | 79 int32_t minHeight = 0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.cpp | 132 void WaterFlowModelNG::SetItemMinHeight(const Dimension& minHeight) in SetItemMinHeight() 458 void WaterFlowModelNG::SetItemMinHeight(FrameNode* frameNode, const Dimension& minHeight) in SetItemMinHeight()
|