Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java54 private Path ctrlCursor, altCursor, shiftCursor; field in TerminalView
88 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()