Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.cpp108 void TextOverlayModifier::SetCursorColor(uint32_t cursorColor) in SetCursorColor()
H A Dtext_paint_method.cpp148 auto cursorColor = layoutProperty->GetCursorColorValue(theme->GetCaretColor()); in UpdateOverlayModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Ddsl_text_field_creator_test.cpp140 const auto& cursorColor = textFieldComponent->GetCursorColor(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_method.cpp177 auto cursorColor = paintProperty->GetCursorColorValue(theme->GetCursorColor()); in UpdateOverlayModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp142 Color cursorColor = cursorColor_; in PaintCaret() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp290 std::optional<Color> cursorColor = textLayoutProperty->GetCursorColorValue(Color::BLACK); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h83 Color cursorColor; member