/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | patternlock_model_impl.cpp | 48 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 D | water_flow_model_impl.cpp | 88 JSViewSetProperty(&V2::WaterFlowComponent::SetMaxHeight, maxHeight); in SetItemMaxHeight()
|
H A D | view_abstract_model_impl.cpp | 258 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 D | view_abstract_model_impl.h | 40 void SetMaxHeight(const CalcDimension& maxHeight) override;
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_list_adapter_impl.cpp | 41 adapterData->SetMaxHeight(0); in TransToAdapterCapability() 46 adapterData->SetMaxHeight(data->height.maxVal); in TransToAdapterCapability()
|
H A D | capability_data_adapter_impl.cpp | 40 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 D | capability_data_adapter_impl.h | 35 void SetMaxHeight(int32_t height);
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/capabilitydataadapterimpl_fuzzer/ |
H A D | capabilitydataadapterimpl_fuzzer.cpp | 37 capabilityDataAdapter.SetMaxHeight(height); in CapabilityDataAdapterImplFuzzTest()
|
/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() function in OHOS::Ace::V2::WaterFlowComponent
|
H A D | water_flow_component.h | 52 void SetMaxHeight(const Dimension& maxHeight);
|
/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() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_base_component.h | 204 void SetMaxHeight(const CalcDimension& maxHeight) in SetMaxHeight() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 109 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 D | view_abstract.h | 121 static void SetMaxHeight(const CalcLength& maxHeight); 577 static void SetMaxHeight(FrameNode* frameNode, const CalcLength& maxHeight);
|
H A D | view_abstract_model.h | 75 virtual void SetMaxHeight(const CalcDimension& maxHeight) = 0;
|
H A D | view_abstract.cpp | 171 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 D | view_abstract_test_ng.cpp | 56 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 D | dom_list_item.cpp | 398 boxComponent_->SetMaxHeight(sizeStyle.maxHeight); in PrepareSpecializedComponent()
|
H A D | dom_node.cpp | 1412 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 D | node_common_modifier.cpp | 2999 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() 6283 …SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCommonModifier() 6357 …SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCJUICommonModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 307 ViewAbstractModel::GetInstance()->SetMaxHeight(maxHeightDime); in FfiOHOSAceFrameworkViewAbstractSetConstraintSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2204 ViewAbstractModel::GetInstance()->SetMaxHeight(maxHeight); in JsConstraintSize()
|