Home
last modified time | relevance | path

Searched refs:SetPlaceholderColor (Results 1 - 25 of 52) sorted by relevance

123

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_edittext_component.cpp160 result = SetPlaceholderColor(*style); in ApplyPrivateStyle()
213 bool InputEditTextComponent::SetPlaceholderColor(const AppStyleItem &style) in SetPlaceholderColor() function in OHOS::ACELite::InputEditTextComponent
220 edittext_.SetPlaceholderColor(color32); in SetPlaceholderColor()
H A Dinput_edittext_component.h58 bool SetPlaceholderColor(const AppStyleItem &style);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_textinput_theme.h40 TextFieldModel::GetInstance()->SetPlaceholderColor(themeColors->FontSecondary()); in ApplyTheme()
H A Djs_search_theme.h35 SearchModel::GetInstance()->SetPlaceholderColor(themeColors.value().FontSecondary()); in ApplyTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp71 void SearchModelImpl::SetPlaceholderColor(const Color& color) in SetPlaceholderColor() function in OHOS::Ace::Framework::SearchModelImpl
89 textFieldComponent->SetPlaceholderColor(color); in SetPlaceholderColor()
289 component->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitializeDefaultValue()
411 textFieldComponent->SetPlaceholderColor(searchTheme->GetPlaceholderColor()); in InitializeComponent()
H A Dtext_field_model_impl.cpp76 textAreaComponent->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitTextAreaDefaultStyle()
162 textInputComponent->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitTextInputDefaultStyle()
223 void TextFieldModelImpl::SetPlaceholderColor(const Color& value) in SetPlaceholderColor() function in OHOS::Ace::Framework::TextFieldModelImpl
228 component->SetPlaceholderColor(value); in SetPlaceholderColor()
H A Dsearch_model_impl.h51 void SetPlaceholderColor(const Color& color) override;
H A Dtext_field_model_impl.h40 void SetPlaceholderColor(const Color& value) override;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp51 textFieldDeclaration_->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.h38 static void SetPlaceholderColor(const JSCallbackInfo& info);
H A Djs_textarea.cpp41 JSClass<JSTextArea>::StaticMethod("placeholderColor", &JSTextField::SetPlaceholderColor); in JSBind()
H A Djs_textfield.h37 static void SetPlaceholderColor(const JSCallbackInfo& info);
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp87 editText1->SetPlaceholderColor(Color::Blue()); in UIKitUIEditTextTestDisplay001()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.cpp172 textFieldDeclaration->SetPlaceholderColor(theme->GetDisableTextColor()); in PrepareTextField()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h226 void SetPlaceholderColor(ColorType color) in SetPlaceholderColor() function in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp44 component->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitDefaultValue()
103 component->SetPlaceholderColor(theme->GetDisableTextColor()); in SetDisableStyle()
310 component->SetPlaceholderColor(node.ParseColor(value)); in SetChildStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp89 textFieldDeclaration_->SetPlaceholderColor(searchTheme->GetPlaceholderColor()); in InitializeStyle()
259 textFieldDeclaration.SetPlaceholderColor(searchDeclaration.ParseColor(val)); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp70 void TextFieldComponent::SetPlaceholderColor(const Color& placeholderColor) in SetPlaceholderColor() function in OHOS::Ace::TextFieldComponent
72 declaration_->SetPlaceholderColor(placeholderColor); in SetPlaceholderColor()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp82 textFieldComponent_->SetPlaceholderColor(searchTheme->GetPlaceholderColor()); in InitializeStyle()
235 holder.textField->SetPlaceholderColor(color); in SetSpecializedStyle()
H A Ddom_textarea.cpp53 component->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitializeStyle()
184 textarea.textAreaChild_->SetPlaceholderColor(textarea.ParseColor(val)); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.h50 void SetPlaceholderColor(const Color& color) override;
117 static void SetPlaceholderColor(FrameNode* frameNode, const Color& color);
H A Dsearch_model.h53 virtual void SetPlaceholderColor(const Color& color);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_search_ffi.cpp87 SearchModel::GetInstance()->SetPlaceholderColor(Color(color)); in FfiOHOSAceFrameworkSearchSetPlaceholderColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.h28 static ArkUINativeModuleValue SetPlaceholderColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp198 * @tc.desc: Verify SetPlaceholderColor function.
207 editText->SetPlaceholderColor(color); in HWTEST_F()

Completed in 13 milliseconds

123