Searched refs:ctrlCursor (Results 1 – 1 of 1) sorted by relevance
54 private Path ctrlCursor, altCursor, shiftCursor; field in TerminalView97 ctrlCursor = new Path(); in TerminalView()98 ctrlCursor.moveTo(0.0f, 0.25f); in TerminalView()99 ctrlCursor.lineTo(1.0f, 0.5f); in TerminalView()100 ctrlCursor.lineTo(0.0f, 0.75f); in TerminalView()196 canvas.drawPath(ctrlCursor, cursorStrokePaint); in onDraw()198 canvas.drawPath(ctrlCursor, cursorPaint); in onDraw()