Searched refs:cursorColor_ (Results 1 – 12 of 12) sorted by relevance
27 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()
68 RefPtr<PropertyInt> cursorColor_; variable
248 cursorColor_ = color; in SetCursorColor()258 return cursorColor_; in GetCursorColor()410 ColorType cursorColor_; variable
36 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()
97 RefPtr<AnimatablePropertyColor> cursorColor_; variable
172 theme->cursorColor_ = pattern->GetAttr<Color>("cursor_color", Color()); in ParsePatternSubThirdPart()347 return cursorColor_; in GetCursorColor()706 Color cursorColor_; variable
305 return cursorColor_; in GetCursorColor()542 Color cursorColor_; variable
142 Color cursorColor = cursorColor_; in PaintCaret()190 paint.setColor(cursorColor_.GetValue()); in PaintSelectCaret()196 pen.SetColor(cursorColor_.GetValue()); in PaintSelectCaret()
301 cursorColor_ = textField->GetCursorColor(); in Update()
96 cursorColor_(Color::White()), in UIEditText()520 cursorStyle->SetStyle(STYLE_BACKGROUND_COLOR, cursorColor_.full); in DrawCursor()
61 return cursorColor_; in GetCursorColor()
59 EXPECT_EQ(textOverlayModifier.cursorColor_->Get(), CURSOR_COLOR);