Home
last modified time | relevance | path

Searched refs:UpdateIllegalSelfIdealSizeWithCheck (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_algorithm.h47 layoutConstraint.UpdateIllegalSelfIdealSizeWithCheck(optSize); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp79 constraint.UpdateIllegalSelfIdealSizeWithCheck(size); in CreateGridContainerWithChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.cpp51 builderLayoutConstraint.UpdateIllegalSelfIdealSizeWithCheck( in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h144 bool UpdateIllegalSelfIdealSizeWithCheck(const OptionalSize<T>& size) in UpdateIllegalSelfIdealSizeWithCheck() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp190 contentConstraint.UpdateIllegalSelfIdealSizeWithCheck(SELF_IDEAL_SIZE_2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp397 layoutConstraint_->UpdateIllegalSelfIdealSizeWithCheck( in UpdateLayoutConstraint()
546 layoutConstraint_->UpdateIllegalSelfIdealSizeWithCheck(layoutConstraint_->parentIdealSize); in CheckSelfIdealSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp586 …textContentConstraint.UpdateIllegalSelfIdealSizeWithCheck(OptionalSizeF(contentWidth, std::nullopt… in CounterNodeMeasure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp130 constraint.UpdateIllegalSelfIdealSizeWithCheck(size); in CreateLayoutWrapperAndLayout()