TextView.setCursorVisible

Toggles whether the insertion point is displayed. A buffer with no editable text probably shouldn't have a visible cursor, so you may want to turn the cursor off.

class TextView
void
setCursorVisible
()

Parameters

setting int

whether to show the insertion cursor

Meta