Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_layout_algorithm.cpp55 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in CalculateMaxFontScale() local
70 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in CalculateMinFontScale() local
162 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in TextFieldMeasure() local
238 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in UpdateFontFeature() local
264 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in UpdateTextFieldSize() local
276 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in SetTextFieldLayoutConstraintHeight() local
938 auto textFieldWrapper = params.layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in LayoutTextField() local
1020 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); in GetSearchFieldMinWidth() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
Dsearch_testtwo_ng.cpp3139 auto textFieldWrapper = layoutWrapper->GetOrCreateChildByIndex(TEXTFIELD_INDEX); variable