Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.h38 void SetCursorColor(uint32_t cursorColor);
H A Dtext_overlay_modifier.cpp108 void TextOverlayModifier::SetCursorColor(uint32_t cursorColor) in SetCursorColor() function in OHOS::Ace::NG::TextOverlayModifier
H A Dtext_paint_method.cpp149 textOverlayModifier_->SetCursorColor(cursorColor.GetValue()); in UpdateOverlayModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp52 component->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
189 textarea.textAreaChild_->SetCursorColor(textarea.ParseColor(val)); in SetSpecializedStyle()
193 textarea.textAreaChild_->SetCursorColor(textarea.ParseColor(val)); in SetSpecializedStyle()
H A Ddom_search.cpp157 holder.textField->SetCursorColor(holder.node.ParseColor(val)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/json/
H A Dtext_field_creator.cpp70 textField->SetCursorColor(ColorCreator::CreateFromJson(*temp)); in CreateFromJson()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp88 editText1->SetCursorColor(Color::Red()); in UIKitUIEditTextTestDisplay001()
H A Dcustom_input_method.cpp127 editView_->SetCursorColor(paramView->GetCursorColor()); in OnShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp50 textFieldDeclaration_->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp42 component->SetCursorColor(theme->GetCursorColor()); in InitDefaultValue()
228 const DOMInput& node) { component->SetCursorColor(node.ParseColor(value)); } }, in SetChildStyle()
237 const DOMInput& node) { component->SetCursorColor(node.ParseColor(value)); } }, in SetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.h46 void SetCursorColor(Color& value);
H A Dtext_field_paint_method.cpp178 textFieldOverlayModifier_->SetCursorColor(cursorColor); in UpdateOverlayModifier()
H A Dtext_field_overlay_modifier.cpp353 void TextFieldOverlayModifier::SetCursorColor(Color& value) in SetCursorColor() function in OHOS::Ace::NG::TextFieldOverlayModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp85 textAreaComponent->SetCursorColor(theme->GetCursorColor()); in InitTextAreaDefaultStyle()
170 textInputComponent->SetCursorColor(theme->GetCursorColor()); in InitTextInputDefaultStyle()
292 component->SetCursorColor(value); in SetCaretColor()
H A Dsearch_model_impl.cpp288 component->SetCursorColor(theme->GetCursorColor()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h246 void SetCursorColor(ColorType color) in SetCursorColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp186 declaration.SetCursorColor(declaration.ParseColor(value)); in SetSpecializedStyle()
195 declaration.SetCursorColor(declaration.ParseColor(value)); in SetSpecializedStyle()
H A Dtextfield_declaration.h488 void SetCursorColor(const Color& color) in SetCursorColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp236 void TextFieldComponent::SetCursorColor(const Color& color) in SetCursorColor() function in OHOS::Ace::TextFieldComponent
238 declaration_->SetCursorColor(color); in SetCursorColor()
H A Dtext_field_component.h109 void SetCursorColor(const Color& color);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp223 editText->SetCursorColor(color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp198 textField->SetCursorColor(Color::RED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp175 textFieldDeclaration.SetCursorColor(searchDeclaration.ParseColor(val)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp40 textOverlayModifier.SetCursorColor(CURSOR_COLOR);