Home
last modified time | relevance | path

Searched refs:cursorVisibility_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1274 cursorVisibility_ = true; in StartTwinkling()
1286 if (cursorVisibility_) { in StopTwinkling()
1288 cursorVisibility_ = false; in StopTwinkling()
1795 cursorVisibility_ = !cursorVisibility_; in OnCursorTwinkling()
H A Drender_text_field.h548 bool cursorVisibility_ = false; variable
H A Drosen_render_text_field.cpp134 if (!caretRect_.IsValid() || !showCursor_ || !cursorVisibility_) { in PaintCaret()