Home
last modified time | relevance | path

Searched refs:SetMaxHeight (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp48 box->SetMaxHeight(defaultSideLength); in Create()
53 flexItem->SetMaxHeight(defaultSideLength); in Create()
116 box->SetMaxHeight(sideLength); in SetSideLength()
121 flexItem->SetMaxHeight(sideLength); in SetSideLength()
H A Dwater_flow_model_impl.cpp88 JSViewSetProperty(&V2::WaterFlowComponent::SetMaxHeight, maxHeight); in SetItemMaxHeight()
H A Dview_abstract_model_impl.cpp258 void ViewAbstractModelImpl::SetMaxHeight(const CalcDimension& maxHeight) in SetMaxHeight() function in OHOS::Ace::Framework::ViewAbstractModelImpl
262 box->SetMaxHeight(maxHeight); in SetMaxHeight()
263 flexItem->SetMaxHeight(maxHeight); in SetMaxHeight()
H A Dview_abstract_model_impl.h40 void SetMaxHeight(const CalcDimension& maxHeight) override;
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_list_adapter_impl.cpp41 adapterData->SetMaxHeight(0); in TransToAdapterCapability()
46 adapterData->SetMaxHeight(data->height.maxVal); in TransToAdapterCapability()
H A Dcapability_data_adapter_impl.cpp40 void CapabilityDataAdapterImpl::SetMaxHeight(int32_t height) in SetMaxHeight() function in OHOS::NWeb::CapabilityDataAdapterImpl
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dcapability_data_adapter_impl.h35 void SetMaxHeight(int32_t height);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/capabilitydataadapterimpl_fuzzer/
H A Dcapabilitydataadapterimpl_fuzzer.cpp37 capabilityDataAdapter.SetMaxHeight(height); in CapabilityDataAdapterImplFuzzTest()
/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() function in OHOS::Ace::V2::WaterFlowComponent
H A Dwater_flow_component.h52 void SetMaxHeight(const Dimension& maxHeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h157 void SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h204 void SetMaxHeight(const CalcDimension& maxHeight) in SetMaxHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h109 void SetMaxHeight(const CalcDimension& maxHeight) override in SetMaxHeight() function
112 ViewAbstract::SetMaxHeight(NG::CalcLength(maxHeight.CalcValue())); in SetMaxHeight()
114 ViewAbstract::SetMaxHeight(NG::CalcLength(maxHeight)); in SetMaxHeight()
H A Dview_abstract.h121 static void SetMaxHeight(const CalcLength& maxHeight);
577 static void SetMaxHeight(FrameNode* frameNode, const CalcLength& maxHeight);
H A Dview_abstract_model.h75 virtual void SetMaxHeight(const CalcDimension& maxHeight) = 0;
H A Dview_abstract.cpp171 void ViewAbstract::SetMaxHeight(const CalcLength& height) in SetMaxHeight() function in OHOS::Ace::NG::ViewAbstract
3533 void ViewAbstract::SetMaxHeight(FrameNode* frameNode, const CalcLength& maxHeight) in SetMaxHeight() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp56 ViewAbstract::SetMaxHeight(NG::CalcLength(MIN_HEIGHT));
79 ViewAbstract::SetMaxHeight(AceType::RawPtr(newNode), NG::CalcLength(MIN_HEIGHT));
116 ViewAbstract::SetMaxHeight(NG::CalcLength(MIN_HEIGHT));
1483 ViewAbstract::SetMaxHeight(NG::CalcLength(MIN_HEIGHT));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp398 boxComponent_->SetMaxHeight(sizeStyle.maxHeight); in PrepareSpecializedComponent()
H A Ddom_node.cpp1412 flexItemComponent_->SetMaxHeight(sizeStyle.maxHeight); in UpdateFlexItemComponent()
1501 boxComponent_->SetMaxHeight(sizeStyle.maxHeight); in UpdateBoxComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2999 void SetMaxHeight(ArkUINodeHandle node, const struct ArkUISizeType* maxHeight) in SetMaxHeight() function
3007 ViewAbstract::SetMaxHeight(frameNode, strResult); in SetMaxHeight()
3010 ViewAbstract::SetMaxHeight(frameNode, CalcLength(result)); in SetMaxHeight()
4934 …ViewAbstract::SetMaxHeight(frameNode, CalcLength(values[NUM_3], static_cast<DimensionUnit>(units[N… in SetConstraintSize()
6283SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCommonModifier()
6357SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp307 ViewAbstractModel::GetInstance()->SetMaxHeight(maxHeightDime); in FfiOHOSAceFrameworkViewAbstractSetConstraintSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2204 ViewAbstractModel::GetInstance()->SetMaxHeight(maxHeight); in JsConstraintSize()