Home
last modified time | relevance | path

Searched refs:GetPlaceholderColor (Results 1 - 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.h43 std::string GetPlaceholderColor() const;
H A Dtextarea_composed_element.h42 std::string GetPlaceholderColor() const;
H A Dtextinput_composed_element.cpp28 { "placeholderColor", [](const TextInputComposedElement& inspector) { return inspector.GetPlaceholderColor(); } },
49 DumpLog::GetInstance().AddDesc(std::string("placeholderColor: ").append(GetPlaceholderColor())); in Dump()
89 std::string TextInputComposedElement::GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::Ace::V2::TextInputComposedElement
H A Dtextarea_composed_element.cpp27 { "placeholderColor", [](const TextareaComposedElement& inspector) { return inspector.GetPlaceholderColor(); } },
46 DumpLog::GetInstance().AddDesc(std::string("placeholderColor: ").append(GetPlaceholderColor())); in Dump()
85 std::string TextareaComposedElement::GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::Ace::V2::TextareaComposedElement
H A Dsearch_composed_element.cpp77 return textFieldComponent->GetPlaceholderColor().ColorToString(); in GetColor()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp51 textFieldDeclaration_->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitializeStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h236 ColorType GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp65 const Color& TextFieldComponent::GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::Ace::TextFieldComponent
67 return declaration_->GetPlaceholderColor(); in GetPlaceholderColor()
H A Dtext_field_component.h58 const Color& GetPlaceholderColor() const;
H A Dtextfield_theme.h270 const Color& GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::Ace::TextFieldTheme
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h102 const Color& GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::Ace::SearchTheme
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_theme.h166 const Color& GetPlaceholderColor() const in GetPlaceholderColor() function in OHOS::Ace::NG::RichEditorTheme
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp208 EXPECT_EQ(editText->GetPlaceholderColor().full, color.full); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp1115 tempColor = edittext->GetPlaceholderColor(); in HWTEST_F()
1124 tempColor = edittext->GetPlaceholderColor(); in HWTEST_F()
1133 tempColor = edittext->GetPlaceholderColor(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp289 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()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp73 style.placeholderColor = theme->GetPlaceholderColor(); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp89 textFieldDeclaration_->SetPlaceholderColor(searchTheme->GetPlaceholderColor()); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp82 textFieldComponent_->SetPlaceholderColor(searchTheme->GetPlaceholderColor()); in InitializeStyle()
H A Ddom_textarea.cpp53 component->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitializeStyle()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp126 editView_->SetPlaceholderColor(paramView->GetPlaceholderColor()); in OnShow()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp44 component->SetPlaceholderColor(theme->GetPlaceholderColor()); in InitDefaultValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h205 static Color GetPlaceholderColor(FrameNode* frameNode);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp527 options.fontColor = richEditorTheme ? richEditorTheme->GetPlaceholderColor() : fontColor; in ResetRichEditorPlaceholder()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp501 style.textColor_ = GetPlaceholderColor(); in OnDraw()

Completed in 19 milliseconds

12