Home
last modified time | relevance | path

Searched defs:textFieldComponent (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dsearch_composed_element.cpp73 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component->GetChild()); in GetColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp43 auto textFieldComponent = AceType::MakeRefPtr<OHOS::Ace::TextFieldComponent>(); in Create() local
84 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetPlaceholderColor() local
106 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetPlaceholderFont() local
140 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetTextFont() local
168 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetTextAlign() local
199 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetHeight() local
211 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetBackBorder() local
254 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetOnCopy() local
266 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetOnCut() local
278 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); SetOnPaste() local
384 InitializeComponent(OHOS::Ace::RefPtr<OHOS::Ace::SearchComponent>& searchComponent, OHOS::Ace::RefPtr<OHOS::Ace::TextFieldComponent>& textFieldComponent, const OHOS::Ace::RefPtr<OHOS::Ace::SearchTheme>& searchTheme, const OHOS::Ace::RefPtr<OHOS::Ace::TextFieldTheme>& textFieldTheme) InitializeComponent() argument
430 PrepareSpecializedComponent(OHOS::Ace::RefPtr<OHOS::Ace::SearchComponent>& searchComponent, OHOS::Ace::RefPtr<OHOS::Ace::TextFieldComponent>& textFieldComponent) PrepareSpecializedComponent() argument
[all...]

Completed in 2 milliseconds