Home
last modified time | relevance | path

Searched refs:ShowCursor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp54 bool ShowCursor() const in ShowCursor() function in OHOS::Ace::MockRenderTextField
183 EXPECT_EQ(renderTextField->ShowCursor(), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp186 bool TextFieldComponent::ShowCursor() const in ShowCursor() function in OHOS::Ace::TextFieldComponent
188 return declaration_->ShowCursor(); in ShowCursor()
H A Dtext_field_component.h94 bool ShowCursor() const;
H A Drender_text_field.cpp257 showCursor_ = textField->ShowCursor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h428 bool ShowCursor() const in ShowCursor() function