Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java74 private boolean selectingForCopy = false; field in TerminalKeyListener
312 if (selectingForCopy) { in onKey()
323 if (selectingForCopy) { in onKey()
334 if (selectingForCopy) { in onKey()
345 if (selectingForCopy) { in onKey()
356 if (selectingForCopy) { in onKey()
370 selectingForCopy = false; in onKey()
DTerminalBridge.java101 private boolean selectingForCopy = false; field in TerminalBridge
382 public void setSelectingForCopy(boolean selectingForCopy) { in setSelectingForCopy() argument
383 this.selectingForCopy = selectingForCopy; in setSelectingForCopy()
387 return selectingForCopy; in isSelectingForCopy()