Home
last modified time | relevance | path

Searched refs:showCursor_ (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.cpp56 return showCursor_; in ShowCursor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h549 bool showCursor_ = true; variable
H A Drosen_render_text_field.cpp134 if (!caretRect_.IsValid() || !showCursor_ || !cursorVisibility_) { in PaintCaret()
H A Drender_text_field.cpp257 showCursor_ = textField->ShowCursor(); in Update()