Searched refs:copySource (Results 1 – 1 of 1) sorted by relevance
123 protected TerminalBridge copySource = null; field in ConsoleActivity384 if (copySource != null && copySource.isSelectingForCopy()) { in onCreate()451 if (copySource != null && copySource.isSelectingForCopy()) { in onCreate()452 int row = (int) Math.floor(event.getY() / copySource.charHeight); in onCreate()453 int col = (int) Math.floor(event.getX() / copySource.charWidth); in onCreate()455 SelectionArea area = copySource.getSelectionArea(); in onCreate()465 copySource.redraw(); in onCreate()484 copySource.redraw(); in onCreate()496 String copiedText = area.copyFrom(copySource.getVDUBuffer()); in onCreate()507 copySource.setSelectingForCopy(false); in onCreate()[all …]