Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp174 textField->SetShowCursor(true);
197 textField->SetShowCursor(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp191 void TextFieldComponent::SetShowCursor(bool show) in SetShowCursor() function in OHOS::Ace::TextFieldComponent
193 declaration_->SetShowCursor(show); in SetShowCursor()
H A Dtext_field_component.h95 void SetShowCursor(bool show);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h434 void SetShowCursor(bool showCursor) in SetShowCursor() function