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.cpp153 auto cursorColor = paintProperty->GetCursorColorValue(); in PaintCursor() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drosen_render_text_field.cpp132 Color cursorColor = cursorColor_; in PaintCaret() local
Dflutter_render_text_field.cpp142 Color cursorColor = cursorColor_; in PaintCaret() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h83 Color cursorColor; member