Home
last modified time | relevance | path

Searched defs:textFieldLayoutProperty (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_accessibility_property.cpp37 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in IsPassword() local
47 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetTextInputType() local
121 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in GetText() local
134 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in IsHint() local
Dtext_field_paint_method.cpp68 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); in UpdateContentModifier() local
Dtext_field_model_ng.cpp40 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateNode() local
237 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in ResetMaxLength() local
Dtext_field_content_modifier.cpp161 RefPtr<TextFieldLayoutProperty> textFieldLayoutProperty; in SetDefaultAnimatablePropertyValue() local
Dtext_field_layout_algorithm.cpp174 …auto textFieldLayoutProperty = DynamicCast<TextFieldLayoutProperty>(layoutWrapper->GetLayoutProper… in MeasureContent() local
Dtext_field_pattern.cpp175 auto textFieldLayoutProperty = GetLayoutProperty<TextFieldLayoutProperty>(); in GetTextOrPlaceHolderFontSize() local
3710 auto textFieldLayoutProperty = host->GetLayoutProperty<TextFieldLayoutProperty>(); in InsertValue() local
3830 auto textFieldLayoutProperty = tmpHost->GetLayoutProperty<TextFieldLayoutProperty>(); in EditingValueFilter() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/search/
Dsearch_test_ng.cpp141 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
511 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
883 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
931 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
949 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
973 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
997 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
1017 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
1035 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
1055 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_model_ng.cpp360 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetPlaceholderColor() local
372 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetPlaceholderFont() local
396 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextFont() local
420 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextColor() local
434 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetTextAlign() local
449 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetCopyOption() local
517 auto textFieldLayoutProperty = textFieldChild->GetLayoutProperty<TextFieldLayoutProperty>(); in SetSelectionMenuHidden() local
566 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in CreateTextField() local
Dsearch_pattern.cpp369 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in OnClickCancelButton() local
774 auto textFieldLayoutProperty = textFieldFrameNode->GetLayoutProperty<TextFieldLayoutProperty>(); in ToJsonValueForTextField() local
963 auto textFieldLayoutProperty = textField_->GetLayoutProperty<TextFieldLayoutProperty>(); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/textfield/
Dtextfield_test_ng.cpp2375 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2401 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2426 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2496 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2544 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2570 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2596 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
2682 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
3275 auto textFieldLayoutProperty = frameNode->GetLayoutProperty<TextFieldLayoutProperty>(); variable
3523 auto textFieldLayoutProperty = textFieldPattern->GetLayoutProperty<TextFieldLayoutProperty>(); variable
[all …]