Home
last modified time | relevance | path

Searched defs:cursorColor (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
Ddsl_text_field_creator_test.cpp140 const auto& cursorColor = textFieldComponent->GetCursorColor(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_paint_method.cpp159 auto cursorColor = paintProperty->GetCursorColorValue(theme->GetCursorColor()); in UpdateOverlayModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dflutter_render_text_field.cpp140 Color cursorColor = cursorColor_; in PaintCaret() local
Drosen_render_text_field.cpp138 Color cursorColor = cursorColor_; in PaintCaret() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h83 Color cursorColor; member