Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_overlay_modifier.cpp106 void TextOverlayModifier::SetCursorColor(uint32_t cursorColor) in SetCursorColor()
Dtext_paint_method.cpp189 auto cursorColor = layoutProperty->GetCursorColorValue(theme->GetCaretColor()); in UpdateOverlayModifier() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_paint_method.cpp163 auto cursorColor = paintProperty->GetCursorColorValue(theme->GetCursorColor()); in UpdateOverlayModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drosen_render_text_field.cpp132 Color cursorColor = cursorColor_; in PaintCaret() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_testthree_ng.cpp341 std::optional<Color> cursorColor = textLayoutProperty->GetCursorColorValue(Color::BLACK); variable
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h83 Color cursorColor; member