Home
last modified time | relevance | path

Searched defs:textFieldComponent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp44 auto textFieldComponent = AceType::MakeRefPtr<OHOS::Ace::TextFieldComponent>(); in Create() local
85 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetPlaceholderColor() local
107 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetPlaceholderFont() local
141 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetTextFont() local
169 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetTextAlign() local
200 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetHeight() local
212 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetBackBorder() local
255 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetOnCopy() local
267 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetOnCut() local
386 OHOS::Ace::RefPtr<OHOS::Ace::TextFieldComponent>& textFieldComponent, in InitializeComponent()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Ddsl_text_field_creator_test.cpp118 …RefPtr<TextFieldComponent> textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component… variable
168 …RefPtr<TextFieldComponent> textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dsearch_composed_element.cpp76 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component->GetChild()); in GetColor() local