/foundation/window/window_manager/window_scene/session/host/include/ |
D | session_utils.h | 45 int32_t& minWidth, int32_t& maxWidth, int32_t& minHeight, int32_t& maxHeight) in CalcFloatWindowRectLimits()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
D | render_box_base.cpp | 329 double minHeight = ConvertVerticalDimensionToPx(minHeight_, true); in ConvertConstraintsToPx() local 479 auto minHeight = selfLayout.GetMinSize().Height(); in AdjustSizeByAspectRatio() local 524 double minHeight = std::max(selfLayoutParam_.GetMinSize().Height() - deflate.Height(), 0.0); in SetChildLayoutParam() local 638 double minHeight = padding_.GetLayoutSize().Height() + borderSize.Height(); in CalculateSelfLayoutSize() local
|
D | box_base_component.h | 184 void SetMinHeight(const CalcDimension& minHeight) in SetMinHeight()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
D | water_flow_component.cpp | 101 void WaterFlowComponent::SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
D | water_flow_model_impl.cpp | 76 void WaterFlowModelImpl::SetItemMinHeight(const Dimension& minHeight) in SetItemMinHeight()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_view_measure_layout.cpp | 59 CalcDimension minHeight; in JSMeasure() local
|
D | js_water_flow.cpp | 195 CalcDimension minHeight; in SetItemConstraintSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
D | toast_pattern.cpp | 146 auto minHeight = Dimension(toastTheme->GetMinHeight().ConvertToPx()); in UpdateTextSizeConstraint() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
D | water_flow_layout_info.cpp | 139 auto minHeight = 0.0f; in GetCrossIndexForNextItem() local
|
D | water_flow_model_ng.cpp | 101 void WaterFlowModelNG::SetItemMinHeight(const Dimension& minHeight) in SetItemMinHeight()
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
D | flex_item_component.h | 137 void SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
D | scroll_bar.h | 131 void SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/foundation/arkui/advanced_ui_component/interface/arkdialog/ |
D | arkdialog.js | 510 Row.constraintSize({ minHeight: 56 }); property 630 Row.constraintSize({ minHeight: 48 }); property 710 Row.constraintSize({ minHeight: 48 }); property 946 Row.constraintSize({ minHeight: 56 }); property 993 Row.constraintSize({ minHeight: 36 }); property 1560 Row.constraintSize({ minHeight: 48 }); property
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle1/src/main/ |
D | config.json | 32 "minHeight": 50, number
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle5/src/main/ |
D | config.json | 66 "minHeight": 50, number
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle4/src/main/ |
D | config.json | 66 "minHeight": 50, number
|
/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/jsBundle/jsThirdBundle/bmsThirdBundle3/src/main/ |
D | config.json | 32 "minHeight": 50, number
|
/foundation/window/window_manager/wmserver/src/ |
D | drag_controller.cpp | 353 uint32_t minHeight = static_cast<uint32_t>(MIN_FLOATING_HEIGHT * vpr); in CalculateNewWindowRect() local
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
D | navigation_bar_component.h | 416 void SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
D | render_semi_modal.cpp | 197 double minHeight = NormalizeToPx(BLANK_MIN_HEIGHT) + statusBarHeight_; in UpdateMinBlankHeight() local
|
/foundation/window/window_manager/utils/include/ |
D | window_helper.h | 538 uint32_t minHeight = sizeLimits.minHeight_ - winFrameH; in IsAspectRatioSatisfiedWithSizeLimits() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
D | scroll_bar.h | 174 void SetMinHeight(const Dimension& minHeight) in SetMinHeight()
|
/foundation/arkui/advanced_ui_component/interface/toolbar/ |
D | toolbar.js | 385 Tabs.constraintSize({ minHeight: 56, maxHeight: 56 }); property
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
D | side_bar_container_layout_algorithm.cpp | 447 auto minHeight = CalcLength(realSideBarHeight_); in MeasureSideBar() local
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
D | style.h | 89 CalcDimension minHeight = Dimension(0.0); member
|