Home
last modified time | relevance | path

Searched refs:textContentConstraint (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp198 LayoutConstraintF textContentConstraint; in BeforeErrorLayout() local
199 textContentConstraint.UpdateMaxSizeWithCheck({layoutWidth, Infinity<float>()}); in BeforeErrorLayout()
202 textNode->Measure(textContentConstraint); in BeforeErrorLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp585 LayoutConstraintF textContentConstraint; in CounterNodeMeasure() local
586textContentConstraint.UpdateIllegalSelfIdealSizeWithCheck(OptionalSizeF(contentWidth, std::nullopt… in CounterNodeMeasure()
587 UpdateCounterNode(textLength, maxLength, textContentConstraint, layoutWrapper); in CounterNodeMeasure()