/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_overlay_modifier.h | 38 void SetCursorColor(uint32_t cursorColor);
|
H A D | text_overlay_modifier.cpp | 108 void TextOverlayModifier::SetCursorColor(uint32_t cursorColor) in SetCursorColor() function in OHOS::Ace::NG::TextOverlayModifier
|
H A D | text_paint_method.cpp | 149 textOverlayModifier_->SetCursorColor(cursorColor.GetValue()); in UpdateOverlayModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.cpp | 52 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 D | dom_search.cpp | 157 holder.textField->SetCursorColor(holder.node.ParseColor(val)); in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
H A D | text_field_creator.cpp | 70 textField->SetCursorColor(ColorCreator::CreateFromJson(*temp)); in CreateFromJson()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | ui_test_edit_text.cpp | 88 editText1->SetCursorColor(Color::Red()); in UIKitUIEditTextTestDisplay001()
|
H A D | custom_input_method.cpp | 127 editView_->SetCursorColor(paramView->GetCursorColor()); in OnShow()
|
/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/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_textfield_util.cpp | 42 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 D | text_field_overlay_modifier.h | 46 void SetCursorColor(Color& value);
|
H A D | text_field_paint_method.cpp | 178 textFieldOverlayModifier_->SetCursorColor(cursorColor); in UpdateOverlayModifier()
|
H A D | text_field_overlay_modifier.cpp | 353 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 D | text_field_model_impl.cpp | 85 textAreaComponent->SetCursorColor(theme->GetCursorColor()); in InitTextAreaDefaultStyle() 170 textInputComponent->SetCursorColor(theme->GetCursorColor()); in InitTextInputDefaultStyle() 292 component->SetCursorColor(value); in SetCaretColor()
|
H A D | search_model_impl.cpp | 288 component->SetCursorColor(theme->GetCursorColor()); in InitializeDefaultValue()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_edit_text.h | 246 void SetCursorColor(ColorType color) in SetCursorColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 186 declaration.SetCursorColor(declaration.ParseColor(value)); in SetSpecializedStyle() 195 declaration.SetCursorColor(declaration.ParseColor(value)); in SetSpecializedStyle()
|
H A D | textfield_declaration.h | 488 void SetCursorColor(const Color& color) in SetCursorColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 236 void TextFieldComponent::SetCursorColor(const Color& color) in SetCursorColor() function in OHOS::Ace::TextFieldComponent 238 declaration_->SetCursorColor(color); in SetCursorColor()
|
H A D | text_field_component.h | 109 void SetCursorColor(const Color& color);
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_edit_text_unit_test.cpp | 223 editText->SetCursorColor(color);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/ |
H A D | render_text_field_test.cpp | 198 textField->SetCursorColor(Color::RED);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/ |
H A D | search_declaration.cpp | 175 textFieldDeclaration.SetCursorColor(searchDeclaration.ParseColor(val)); in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testtwo_ng.cpp | 40 textOverlayModifier.SetCursorColor(CURSOR_COLOR);
|