Home
last modified time | relevance | path

Searched refs:GetCursorColor (Results 1 - 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_property.cpp34 jsonValue->Put("color", propCursorColor_.value_or(textFieldTheme->GetCursorColor()).ColorToString().c_str()); in ToJsonValue()
H A Dtext_field_paint_method.cpp174 auto cursorColor = paintProperty->GetCursorColorValue(theme->GetCursorColor()); in UpdateOverlayModifier()
H A Dtext_field_select_overlay.cpp311 overlayInfo.handlerColor = paintProperty->GetCursorColor(); in OnUpdateSelectOverlayInfo()
635 return paintProperty->GetCursorColor(); in GetHandleColor()
H A Dtext_field_model_ng.cpp85 SetCaretColor(textFieldTheme->GetCursorColor()); in CreateNode()
216 textfieldPaintProperty->UpdateCursorColor(textFieldTheme->GetCursorColor()); in ProcessDefaultStyleAndBehaviors()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp50 textFieldDeclaration_->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h256 ColorType GetCursorColor() const in GetCursorColor() function in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp240 const Color& TextFieldComponent::GetCursorColor() in GetCursorColor() function in OHOS::Ace::TextFieldComponent
242 return declaration_->GetCursorColor(); in GetCursorColor()
H A Dtext_field_component.h110 const Color& GetCursorColor();
H A Dtextfield_theme.h350 const Color& GetCursorColor() const in GetCursorColor() function in OHOS::Ace::TextFieldTheme
H A Drender_text_field.h316 Color GetCursorColor() const in GetCursorColor() function in OHOS::OHOS::Ace::RenderTextField
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp224 EXPECT_EQ(editText->GetCursorColor().full, color.full); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp339 overlayInfo.handlerColor = layoutProperty->GetCursorColor(); in OnUpdateSelectOverlayInfo()
560 return layoutProperty->GetCursorColor(); in GetHandleColor()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.cpp141 return ConvertColorToString(render->GetCursorColor()); in GetCaretColor()
H A Dtextarea_composed_element.cpp145 return ConvertColorToString(render->GetCursorColor()); in GetCaretColor()
/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()
H A Dsearch_model_impl.cpp287 component->SetCursorColor(theme->GetCursorColor()); in InitializeDefaultValue()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp68 style.cursorColor = theme->GetCursorColor(); in InitializeStyle()
H A Dtextfield_declaration.h496 const Color& GetCursorColor() in GetCursorColor() function in OHOS::Ace::TextFieldDeclaration
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp52 component->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp127 editView_->SetCursorColor(paramView->GetCursorColor()); in OnShow()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp42 component->SetCursorColor(theme->GetCursorColor()); in InitDefaultValue()
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp768 EXPECT_EQ(textPaintProperty->GetCursorColor(), Color::RED); in HWTEST_F()
1862 EXPECT_EQ(paintProperty->GetCursorColor(), Color::BLUE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp327 auto caretColor = static_cast<int32_t>(theme->GetCursorColor().GetValue()); in ResetTextAreaCaretColor()
798 uint32_t caretColor = theme->GetCursorColor().GetValue(); in ResetTextAreaCaretStyle()
H A Dsearch_modifier.cpp107 uint32_t caretColor = textFieldTheme->GetCursorColor().GetValue(); in ResetSearchCaretStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp562 caretColor = textFieldTheme->GetCursorColor(); in SetCaret()

Completed in 47 milliseconds

12