Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp334 CHECK_NULL_VOID(textFieldChild); in SetPlaceholderColor()
346 CHECK_NULL_VOID(textFieldChild); in SetPlaceholderFont()
370 CHECK_NULL_VOID(textFieldChild); in SetSelectedBackgroundColor()
382 CHECK_NULL_VOID(textFieldChild); in SetTextFont()
406 CHECK_NULL_VOID(textFieldChild); in SetTextColor()
419 CHECK_NULL_VOID(textFieldChild); in SetInputFilter()
434 CHECK_NULL_VOID(textFieldChild); in SetInputFilter()
450 CHECK_NULL_VOID(textFieldChild); in SetOnEditChanged()
461 CHECK_NULL_VOID(textFieldChild); in SetTextIndent()
472 CHECK_NULL_VOID(textFieldChild); in SetTextIndent()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_update_ng.cpp142 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
173 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
204 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
235 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
266 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
297 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
328 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
359 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
390 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
421 auto paintProperty = textFieldChild->GetPaintProperty<TextFieldPaintProperty>();
[all …]
H A Dsearch_test_ng.cpp1144 ASSERT_NE(textFieldChild, nullptr);
1162 ASSERT_NE(textFieldChild, nullptr);
1186 ASSERT_NE(textFieldChild, nullptr);
1210 ASSERT_NE(textFieldChild, nullptr);
1230 ASSERT_NE(textFieldChild, nullptr);
1248 ASSERT_NE(textFieldChild, nullptr);
1279 ASSERT_NE(textFieldChild, nullptr);
1318 ASSERT_NE(textFieldChild, nullptr);
1321 auto pattern = textFieldChild->GetPattern<TextFieldPattern>();
1339 ASSERT_NE(textFieldChild, nullptr);
[all …]
H A Dsearch_testtwo_ng.cpp39 auto textFieldPattern = textFieldChild->GetPattern<TextFieldPattern>();
40 auto textFieldEventHub = textFieldChild->GetEventHub<TextFieldEventHub>();
64 auto layoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>();
87 auto layoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>();
970 ASSERT_NE(textFieldChild, nullptr);
973 auto eventHub = textFieldChild->GetEventHub<TextFieldEventHub>();
975 auto pattern = textFieldChild->GetPattern<TextFieldPattern>();
1024 ASSERT_NE(textFieldChild, nullptr);
1027 auto pattern = textFieldChild->GetPattern<TextFieldPattern>();
1160 auto textFieldPattern = textFieldChild->GetPattern<TextFieldPattern>();
[all …]