/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/ |
H A D | dsl_text_field_creator_test.cpp | 140 const auto& cursorColor = textFieldComponent->GetCursorColor(); 184 EXPECT_EQ(textFieldComponent->GetCursorColor().GetValue(), TEXT_FIELD_ATTR_COLOR_DEFAULT);
|
H A D | render_text_field_test.cpp | 59 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 D | text_field_paint_property.cpp | 35 …jsonValue->Put("color", propCursorColor_.value_or(textFieldTheme->GetCursorColor()).ColorToString(… in ToJsonValue()
|
H A D | text_field_select_overlay.cpp | 298 overlayInfo.handlerColor = paintProperty->GetCursorColor(); in OnUpdateSelectOverlayInfo() 598 return paintProperty->GetCursorColor(); in GetHandleColor()
|
H A D | text_field_paint_method.cpp | 177 auto cursorColor = paintProperty->GetCursorColorValue(theme->GetCursorColor()); in UpdateOverlayModifier()
|
H A D | text_field_model_ng.cpp | 89 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 D | textarea_declaration.cpp | 50 textFieldDeclaration_->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_edit_text.h | 256 ColorType GetCursorColor() const in GetCursorColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 241 const Color& TextFieldComponent::GetCursorColor() in GetCursorColor() function in OHOS::Ace::TextFieldComponent 243 return declaration_->GetCursorColor(); in GetCursorColor()
|
H A D | text_field_component.h | 110 const Color& GetCursorColor();
|
H A D | render_text_field.h | 303 Color GetCursorColor() const in GetCursorColor() function
|
H A D | textfield_theme.h | 345 const Color& GetCursorColor() const in GetCursorColor() function
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_edit_text_unit_test.cpp | 224 EXPECT_EQ(editText->GetCursorColor().full, color.full);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | textarea_composed_element.cpp | 148 return ConvertColorToString(render->GetCursorColor()); in GetCaretColor()
|
H A D | textinput_composed_element.cpp | 144 return ConvertColorToString(render->GetCursorColor()); in GetCaretColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 339 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 D | text_field_model_impl.cpp | 85 textAreaComponent->SetCursorColor(theme->GetCursorColor()); in InitTextAreaDefaultStyle() 170 textInputComponent->SetCursorColor(theme->GetCursorColor()); in InitTextInputDefaultStyle()
|
H A D | search_model_impl.cpp | 288 component->SetCursorColor(theme->GetCursorColor()); in InitializeDefaultValue()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 127 editView_->SetCursorColor(paramView->GetCursorColor()); in OnShow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 68 style.cursorColor = theme->GetCursorColor(); in InitializeStyle()
|
H A D | textfield_declaration.h | 495 const Color& GetCursorColor() in GetCursorColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.cpp | 52 component->SetCursorColor(theme->GetCursorColor()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_textfield_util.cpp | 42 component->SetCursorColor(theme->GetCursorColor()); in InitDefaultValue()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 766 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 D | search_modifier.cpp | 118 uint32_t caretColor = textFieldTheme->GetCursorColor().GetValue(); in ResetSearchCaretStyle()
|