Home
last modified time | relevance | path

Searched refs:IsCursorColorSet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp256 bool TextFieldComponent::IsCursorColorSet() const in IsCursorColorSet() function in OHOS::Ace::TextFieldComponent
258 return declaration_->IsCursorColorSet(); in IsCursorColorSet()
H A Dtext_field_component.h115 bool IsCursorColorSet() const;
H A Drender_text_field.cpp299 if (textField->IsCursorColorSet()) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h501 bool IsCursorColorSet() const in IsCursorColorSet() function