Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp143 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in TextFieldMeasure() local
144 CHECK_NULL_VOID(textFieldWrapper); in TextFieldMeasure()
147 auto textFieldGeometryNode = textFieldWrapper->GetGeometryNode(); in TextFieldMeasure()
185 textFieldWrapper->Measure(childLayoutConstraint); in TextFieldMeasure()
193 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in UpdateFontFeature() local
194 CHECK_NULL_VOID(textFieldWrapper); in UpdateFontFeature()
206 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in SetTextFieldLayoutConstraintHeight() local
819 auto textFieldWrapper = params.layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in LayoutTextField() local
820 CHECK_NULL_VOID(textFieldWrapper); in LayoutTextField()
821 auto textFieldGeometryNode = textFieldWrapper->GetGeometryNode(); in LayoutTextField()
[all …]