Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp46 textInputComponent->SetValue(value.value()); in CreateTextInput()
52 textInputComponent->SetAction(TextInputAction::DONE); in CreateTextInput()
53 textInputComponent->SetInspectorTag("TextInput"); in CreateTextInput()
68 return textInputComponent->GetTextFieldController(); in CreateTextInput()
189 textInputComponent->SetTextStyle(textStyle); in InitTextInputDefaultStyle()
190 textInputComponent->SetEditingStyle(textStyle); in InitTextInputDefaultStyle()
191 textInputComponent->SetPlaceHoldStyle(textStyle); in InitTextInputDefaultStyle()
218 textInputComponent->SetDecoration(decoration); in InitTextInputDefaultStyle()
221 textInputComponent->SetHeight(theme->GetHeight()); in InitTextInputDefaultStyle()
463 CHECK_NULL_VOID(textInputComponent); in SetHeight()
[all …]