Searched refs:shiftCursor (Results 1 – 1 of 1) sorted by relevance
54 private Path ctrlCursor, altCursor, shiftCursor; field in TerminalView88 shiftCursor = new Path(); in TerminalView()89 shiftCursor.lineTo(0.5f, 0.33f); in TerminalView()90 shiftCursor.lineTo(1.0f, 0.0f); in TerminalView()184 canvas.drawPath(shiftCursor, cursorStrokePaint); in onDraw()186 canvas.drawPath(shiftCursor, cursorPaint); in onDraw()