Home
last modified time | relevance | path

Searched refs:GetCalcLayoutConstraint (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dfull_screen_manager_test_ng.cpp105 …auto selfIdealSizeFullScreen = frameNode->GetLayoutProperty()->GetCalcLayoutConstraint()->selfIdea…
106 auto maxSizeFullScreen = frameNode->GetLayoutProperty()->GetCalcLayoutConstraint()->maxSize;
127 …auto selfIdealSizeExitFullScreen = frameNode->GetLayoutProperty()->GetCalcLayoutConstraint()->self…
173 EXPECT_FALSE(frameNode->GetLayoutProperty()->GetCalcLayoutConstraint());
223 …auto selfIdealSizeFullScreen = frameNode->GetLayoutProperty()->GetCalcLayoutConstraint()->selfIdea…
224 auto maxSizeFullScreen = frameNode->GetLayoutProperty()->GetCalcLayoutConstraint()->maxSize;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp134 CHECK_NULL_RETURN(optionProps->GetCalcLayoutConstraint(), std::nullopt); in GetIdealWidth()
135 CHECK_NULL_RETURN(optionProps->GetCalcLayoutConstraint()->minSize, std::nullopt); in GetIdealWidth()
136 if (optionProps->GetCalcLayoutConstraint()->minSize->Width()->IsValid()) { in GetIdealWidth()
137 …auto idealWidth = optionProps->GetCalcLayoutConstraint()->minSize->Width()->GetDimension().Convert… in GetIdealWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp196 auto initSize = src->GetLayoutProperty()->GetCalcLayoutConstraint() in CreateSizeAnimation()
197 ? src->GetLayoutProperty()->GetCalcLayoutConstraint()->selfIdealSize in CreateSizeAnimation()
221 if (src->GetLayoutProperty()->GetCalcLayoutConstraint()) { in CreateSizeAnimation()
222 src->GetLayoutProperty()->GetCalcLayoutConstraint()->selfIdealSize = initSize; in CreateSizeAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp832 const auto& calcLayoutConstraint = imageLayoutProperty->GetCalcLayoutConstraint();
958 auto idealSize = layoutProperty_->GetCalcLayoutConstraint()->selfIdealSize;
962 layoutProperty_->GetCalcLayoutConstraint()->selfIdealSize->Reset();
965 idealSize = layoutProperty_->GetCalcLayoutConstraint()->selfIdealSize;
969 layoutProperty_->GetCalcLayoutConstraint()->selfIdealSize->Reset();
972 idealSize = layoutProperty_->GetCalcLayoutConstraint()->selfIdealSize;
1280 if (layoutProperty->GetCalcLayoutConstraint()) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp431 …if (layoutProperty->GetCalcLayoutConstraint() && layoutProperty->GetCalcLayoutConstraint()->selfId… in AdaptSelfSize()
432 layoutProperty->GetCalcLayoutConstraint()->selfIdealSize->IsValid()) { in AdaptSelfSize()
458 const auto& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in AdaptSelfSize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp44 auto mesureLayout = layoutProperty->GetCalcLayoutConstraint()->selfIdealSize; in CheckSize()
49 EXPECT_EQ(layoutProperty->GetCalcLayoutConstraint() == nullptr, true); in CheckSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_layout_algorithm.cpp37 const auto& layoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp39 auto&& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in BeforeCreateLayoutWrapper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_pattern.cpp93 const auto& calcConstraint = layoutProp->GetCalcLayoutConstraint(); in BeforeCreateLayoutWrapper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp137 const auto& calcLayoutConstraint = root->GetLayoutProperty()->GetCalcLayoutConstraint(); in SetRootFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.cpp76 auto&& calcLayoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in CalculateBuilderSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp448 const auto& layoutConstraint = props->GetCalcLayoutConstraint(); in CheckIfNeedLayout()
1839 auto &&layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in UpdateShowingImageInfo()
1885 auto &&layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in UpdateCacheImageInfo()
1939 …if (layoutProperty->GetCalcLayoutConstraint() && layoutProperty->GetCalcLayoutConstraint()->selfId… in AdaptSelfSize()
1940 layoutProperty->GetCalcLayoutConstraint()->selfIdealSize->IsValid()) { in AdaptSelfSize()
1951 const auto& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in AdaptSelfSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp134 if (child->GetLayoutProperty()->GetCalcLayoutConstraint()) { in UpdateChildLayoutConstrainByFlexBasis()
135 auto selfIdealSize = child->GetLayoutProperty()->GetCalcLayoutConstraint()->selfIdealSize; in UpdateChildLayoutConstrainByFlexBasis()
569 const auto& calcConstraint = blankLayoutProperty->GetCalcLayoutConstraint(); in HandleBlankFirstTimeMeasure()
867 const auto& rawConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp172 const auto& layoutConstraint = props->GetCalcLayoutConstraint(); in UpdateItemIdealSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp198 const auto& calcConstraint = childLayoutProps->GetCalcLayoutConstraint(); in ResetLayoutConstraintMinWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp133 const auto& calcLayoutConstraint = relativeContainerLayoutProperty->GetCalcLayoutConstraint(); in UpdateSizeWhenChildrenEmpty()
221 const auto& calcLayoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in CalcGuideline()
824 const auto& calcLayoutConstraint = relativeContainerLayoutProperty->GetCalcLayoutConstraint(); in Measure()
983 auto selfIdealSize = relativeContainerLayoutProperty->GetCalcLayoutConstraint()->selfIdealSize; in MeasureSelf()
1314 const auto& calcConstraint = childLayoutProperty->GetCalcLayoutConstraint(); in CalcSizeParam()
1498 const auto& calcLayoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in CalcBias()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp158 layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(), in ConstraintHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp430 layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(), in CalcSearchWidth()
441 … const auto& calcLayoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in CalcSearchWidth()
486 … const auto& calcLayoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in CalcSearchHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp143 auto selfIdealSize = layoutProperty_->GetCalcLayoutConstraint()->selfIdealSize;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp277 … const auto& calcLayoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in ConstraintWithMinWidth()
382 … const auto &calcLayoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in CalculateContentWidth()
407 … const auto &calcLayoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in CalculateContentWidth()
724 layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(), in CalculateContentMaxSizeWithCalculateConstraint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp637 if (layoutProperty->GetCalcLayoutConstraint()) { in ApplyConstraint()
638 idealSize = layoutProperty->GetCalcLayoutConstraint()->selfIdealSize; in ApplyConstraint()
H A Dlayout_property.h117 const std::unique_ptr<MeasureProperty>& GetCalcLayoutConstraint() const in GetCalcLayoutConstraint() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp75 auto&& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in SetWidth()
93 auto&& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in SetHeight()
2959 auto&& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in SetWidth()
2972 auto&& layoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in SetHeight()
4275 const auto& property = layoutProperty->GetCalcLayoutConstraint(); in GetMinWidth()
4292 const auto& property = layoutProperty->GetCalcLayoutConstraint(); in GetMaxWidth()
4309 const auto& property = layoutProperty->GetCalcLayoutConstraint(); in GetMinHeight()
4326 const auto& property = layoutProperty->GetCalcLayoutConstraint(); in GetMaxHeight()
4465 const auto& property = layoutProperty->GetCalcLayoutConstraint(); in GetWidth()
4482 const auto& property = layoutProperty->GetCalcLayoutConstraint(); in GetHeight()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp199 auto&& calcConstraint = sideBarLayoutProperty->GetCalcLayoutConstraint(); in AdjustMinAndMaxSideBarWidth()
437 auto&& calcConstraint = sideBarLayoutProperty->GetCalcLayoutConstraint(); in MeasureSideBar()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp884 auto value = toastProperty->GetCalcLayoutConstraint()->selfIdealSize->Width();
925 auto value = toastProperty->GetCalcLayoutConstraint()->selfIdealSize->Width();
966 auto value = toastProperty->GetCalcLayoutConstraint()->selfIdealSize->Width();
1007 auto value = toastProperty->GetCalcLayoutConstraint()->selfIdealSize->Width();

123