Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java124 private int lastTouchRow, lastTouchCol; field in ConsoleActivity
464 lastTouchCol = col; in onCreate()
473 if (row == lastTouchRow && col == lastTouchCol) { in onCreate()
483 lastTouchCol = col; in onCreate()