Home
last modified time | relevance | path

Searched refs:cursorColor_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.cpp27 cursorColor_ = AceType::MakeRefPtr<PropertyInt>(0); in TextOverlayModifier()
28 AttachProperty(cursorColor_); in TextOverlayModifier()
110 CHECK_NULL_VOID(cursorColor_); in SetCursorColor()
111 cursorColor_->Set(static_cast<int32_t>(cursorColor)); in SetCursorColor()
H A Dtext_overlay_modifier.h68 RefPtr<PropertyInt> cursorColor_; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h248 cursorColor_ = color; in SetCursorColor()
258 return cursorColor_; in GetCursorColor()
410 ColorType cursorColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp36 cursorColor_ = AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor(Color())); in TextFieldOverlayModifier()
58 AttachProperty(cursorColor_); in TextFieldOverlayModifier()
256 pen.SetColor(ToRSColor(cursorColor_->Get())); in PaintCursor()
355 cursorColor_->Set(LinearColor(value)); in SetCursorColor()
H A Dtext_field_overlay_modifier.h97 RefPtr<AnimatablePropertyColor> cursorColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h172 theme->cursorColor_ = pattern->GetAttr<Color>("cursor_color", Color()); in ParsePatternSubThirdPart()
347 return cursorColor_; in GetCursorColor()
706 Color cursorColor_; variable
H A Drender_text_field.h305 return cursorColor_; in GetCursorColor()
542 Color cursorColor_; variable
H A Drosen_render_text_field.cpp142 Color cursorColor = cursorColor_; in PaintCaret()
190 paint.setColor(cursorColor_.GetValue()); in PaintSelectCaret()
196 pen.SetColor(cursorColor_.GetValue()); in PaintSelectCaret()
H A Drender_text_field.cpp301 cursorColor_ = textField->GetCursorColor(); in Update()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp96 cursorColor_(Color::White()), in UIEditText()
520 cursorStyle->SetStyle(STYLE_BACKGROUND_COLOR, cursorColor_.full); in DrawCursor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp61 return cursorColor_; in GetCursorColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp59 EXPECT_EQ(textOverlayModifier.cursorColor_->Get(), CURSOR_COLOR);