Searched refs:SetTextCaretColor (Results 1 – 9 of 9) sorted by relevance
37 void SetTextCaretColor(const Color& value) override;
72 void TextModelImpl::SetTextCaretColor(const Color& value) {} in SetTextCaretColor() function in OHOS::Ace::Framework::TextModelImpl
58 static void SetTextCaretColor(const JSCallbackInfo& info);
393 void JSText::SetTextCaretColor(const JSCallbackInfo& info) in SetTextCaretColor() function in OHOS::Ace::Framework::JSText406 TextModel::GetInstance()->SetTextCaretColor(caretColor); in SetTextCaretColor()1111 JSClass<JSText>::StaticMethod("caretColor", &JSText::SetTextCaretColor); in JSBind()
140 virtual void SetTextCaretColor(const Color& value) = 0;
38 void SetTextCaretColor(const Color& value) override;
438 void TextModelNG::SetTextCaretColor(const Color& value) in SetTextCaretColor() function in OHOS::Ace::NG::TextModelNG
961 void SetTextCaretColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetTextCaretColor() function1217 ResetTextLineSpacing, SetTextCaretColor, GetTextCaretColor, ResetTextCaretColor, in GetTextModifier()
285 textModelNG.SetTextCaretColor(Color::BLACK);