Home
last modified time | relevance | path

Searched refs:GetCursorColor (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Ddsl_text_field_creator_test.cpp140 const auto& cursorColor = textFieldComponent->GetCursorColor();
184 EXPECT_EQ(textFieldComponent->GetCursorColor().GetValue(), TEXT_FIELD_ATTR_COLOR_DEFAULT);
H A Drender_text_field_test.cpp59 const Color& GetCursorColor() in GetCursorColor() function in OHOS::Ace::MockRenderTextField
207 EXPECT_EQ(renderTextField->GetCursorColor(), Color::RED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_property.cpp35 …jsonValue->Put("color", propCursorColor_.value_or(textFieldTheme->GetCursorColor()).ColorToString(… in ToJsonValue()
H A Dtext_field_select_overlay.cpp298 overlayInfo.handlerColor = paintProperty->GetCursorColor(); in OnUpdateSelectOverlayInfo()
598 return paintProperty->GetCursorColor(); in GetHandleColor()
H A Dtext_field_paint_method.cpp177 auto cursorColor = paintProperty->GetCursorColorValue(theme->GetCursorColor()); in UpdateOverlayModifier()
H A Dtext_field_model_ng.cpp89 SetCaretColor(textFieldTheme->GetCursorColor()); in CreateNode()
221 textfieldPaintProperty->UpdateCursorColor(textFieldTheme->GetCursorColor()); in ProcessDefaultStyleAndBehaviors()
/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/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h256 ColorType GetCursorColor() const in GetCursorColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp241 const Color& TextFieldComponent::GetCursorColor() in GetCursorColor() function in OHOS::Ace::TextFieldComponent
243 return declaration_->GetCursorColor(); in GetCursorColor()
H A Dtext_field_component.h110 const Color& GetCursorColor();
H A Drender_text_field.h303 Color GetCursorColor() const in GetCursorColor() function
H A Dtextfield_theme.h345 const Color& GetCursorColor() const in GetCursorColor() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp224 EXPECT_EQ(editText->GetCursorColor().full, color.full);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextarea_composed_element.cpp148 return ConvertColorToString(render->GetCursorColor()); in GetCaretColor()
H A Dtextinput_composed_element.cpp144 return ConvertColorToString(render->GetCursorColor()); in GetCaretColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp339 overlayInfo.handlerColor = layoutProperty->GetCursorColor(); in OnUpdateSelectOverlayInfo()
549 return layoutProperty->GetCursorColor(); in GetHandleColor()
/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()
H A Dsearch_model_impl.cpp288 component->SetCursorColor(theme->GetCursorColor()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp127 editView_->SetCursorColor(paramView->GetCursorColor()); in OnShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp68 style.cursorColor = theme->GetCursorColor(); in InitializeStyle()
H A Dtextfield_declaration.h495 const Color& GetCursorColor() in GetCursorColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp52 component->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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp766 EXPECT_EQ(textPaintProperty->GetCursorColor(), Color::RED);
1842 EXPECT_EQ(paintProperty->GetCursorColor(), Color::BLUE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp118 uint32_t caretColor = textFieldTheme->GetCursorColor().GetValue(); in ResetSearchCaretStyle()

12