Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java123 private int lastTouchRow, lastTouchCol; field in ConsoleActivity
463 lastTouchCol = col; in onCreate()
472 if (row == lastTouchRow && col == lastTouchCol) { in onCreate()
482 lastTouchCol = col; in onCreate()