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.java76 private boolean selectingForCopy = false; field in TerminalKeyListener
314 if (selectingForCopy) { in onKey()
325 if (selectingForCopy) { in onKey()
336 if (selectingForCopy) { in onKey()
347 if (selectingForCopy) { in onKey()
358 if (selectingForCopy) { in onKey()
372 selectingForCopy = false; in onKey()
DTerminalBridge.java103 private boolean selectingForCopy = false; field in TerminalBridge
384 public void setSelectingForCopy(boolean selectingForCopy) { in setSelectingForCopy() argument
385 this.selectingForCopy = selectingForCopy; in setSelectingForCopy()
389 return selectingForCopy; in isSelectingForCopy()