Home
last modified time | relevance | path

Searched refs:SetCursorColor (Results 1 - 22 of 22) sorted by relevance

/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.cpp106 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()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp52 component->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
195 textarea.textAreaChild_->SetCursorColor(textarea.ParseColor(val)); in SetSpecializedStyle()
199 textarea.textAreaChild_->SetCursorColor(textarea.ParseColor(val)); in SetSpecializedStyle()
H A Ddom_search.cpp157 holder.textField->SetCursorColor(holder.node.ParseColor(val)); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp50 textFieldDeclaration_->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
/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.cpp175 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
/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()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h246 void SetCursorColor(ColorType color) in SetCursorColor() function in OHOS::UIEditText
/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()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp192 declaration.SetCursorColor(declaration.ParseColor(value)); in SetSpecializedStyle()
201 declaration.SetCursorColor(declaration.ParseColor(value)); in SetSpecializedStyle()
H A Dtextfield_declaration.h489 void SetCursorColor(const Color& color) in SetCursorColor() function in OHOS::Ace::TextFieldDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp235 void TextFieldComponent::SetCursorColor(const Color& color) in SetCursorColor() function in OHOS::Ace::TextFieldComponent
237 declaration_->SetCursorColor(color); in SetCursorColor()
H A Dtext_field_component.h109 void SetCursorColor(const Color& color);
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp214 * @tc.desc: Verify SetCursorColor function.
223 editText->SetCursorColor(color); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp75 textAreaComponent->SetCursorColor(theme->GetCursorColor()); in InitTextAreaDefaultStyle()
160 textInputComponent->SetCursorColor(theme->GetCursorColor()); in InitTextInputDefaultStyle()
282 component->SetCursorColor(value); in SetCaretColor()
H A Dsearch_model_impl.cpp287 component->SetCursorColor(theme->GetCursorColor()); in InitializeDefaultValue()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp175 textFieldDeclaration.SetCursorColor(searchDeclaration.ParseColor(val)); in SetSpecializedStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp43 textOverlayModifier.SetCursorColor(CURSOR_COLOR); in HWTEST_F()

Completed in 19 milliseconds