Home
last modified time | relevance | path

Searched refs:SetMinHeight (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpatternlock_model_impl.cpp47 box->SetMinHeight(defaultSideLength); in Create()
51 flexItem->SetMinHeight(defaultSideLength); in Create()
114 box->SetMinHeight(sideLength); in SetSideLength()
119 flexItem->SetMinHeight(sideLength); in SetSideLength()
H A Dwater_flow_model_impl.cpp78 JSViewSetProperty(&V2::WaterFlowComponent::SetMinHeight, minHeight); in SetItemMinHeight()
H A Dview_abstract_model_impl.cpp242 void ViewAbstractModelImpl::SetMinHeight(const CalcDimension& minHeight) in SetMinHeight() function in OHOS::Ace::Framework::ViewAbstractModelImpl
246 box->SetMinHeight(minHeight); in SetMinHeight()
247 flexItem->SetMinHeight(minHeight); in SetMinHeight()
H A Dview_abstract_model_impl.h38 void SetMinHeight(const CalcDimension& minHeight) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.cpp67 scrollBar_->SetMinHeight(theme->GetMinHeight()); in InitScrollBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.cpp101 void WaterFlowComponent::SetMinHeight(const Dimension& minHeight) in SetMinHeight() function in OHOS::Ace::V2::WaterFlowComponent
H A Dwater_flow_component.h50 void SetMinHeight(const Dimension& minHeight);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h137 void SetMinHeight(const Dimension& minHeight) in SetMinHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h131 void SetMinHeight(const Dimension& minHeight) in SetMinHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_embedded_component.cpp83 ViewAbstractModel::GetInstance()->SetMinHeight(EMBEDDED_COMPONENT_MIN_HEIGHT); in Create()
H A Djs_security_ui_extension.cpp393 ViewAbstractModel::GetInstance()->SetMinHeight(SECURITY_UEC_MIN_HEIGHT); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h184 void SetMinHeight(const CalcDimension& minHeight) in SetMinHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h113 void SetMinHeight(const Dimension& minHeight) in SetMinHeight() function
H A Dscroll_bar.cpp59 SetMinHeight(theme->GetMinHeight()); in InitTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_v2.cpp136 collapsingNavigationBar->SetMinHeight(theme_->GetHeight()); in BuildFreeModeBar()
H A Dnavigation_bar_component.h420 void SetMinHeight(const Dimension& minHeight) in SetMinHeight() function
H A Dnavigation_bar_component.cpp239 collapsingNavigationBar->SetMinHeight(theme_->GetHeight()); in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h91 void SetMinHeight(const CalcDimension& minHeight) override in SetMinHeight() function
94 ViewAbstract::SetMinHeight(NG::CalcLength(minHeight.CalcValue())); in SetMinHeight()
96 ViewAbstract::SetMinHeight(NG::CalcLength(minHeight)); in SetMinHeight()
H A Dview_abstract.h119 static void SetMinHeight(const CalcLength& minHeight);
576 static void SetMinHeight(FrameNode* frameNode, const CalcLength& minHeight);
H A Dview_abstract_model.h73 virtual void SetMinHeight(const CalcDimension& minHeight) = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp54 ViewAbstract::SetMinHeight(NG::CalcLength(MIN_HEIGHT));
77 ViewAbstract::SetMinHeight(AceType::RawPtr(newNode), NG::CalcLength(MIN_HEIGHT));
114 ViewAbstract::SetMinHeight(NG::CalcLength(MIN_HEIGHT));
1481 ViewAbstract::SetMinHeight(NG::CalcLength(MIN_HEIGHT));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp396 boxComponent_->SetMinHeight(sizeStyle.minHeight); in PrepareSpecializedComponent()
H A Ddom_list.cpp303 scrollBar_->SetMinHeight(scrollBarTheme->GetMinHeight()); in ResetInitializedStyle()
H A Ddom_node.cpp1414 flexItemComponent_->SetMinHeight(sizeStyle.minHeight); in UpdateFlexItemComponent()
1499 boxComponent_->SetMinHeight(sizeStyle.minHeight); in UpdateBoxComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp256 box->SetMinHeight(CAR_TITLE_MIN_HEIGHT); in BuildTitle()

12