Searched refs:copiedText (Results 1 – 2 of 2) sorted by relevance
362 String copiedText = selectionArea.copyFrom(buffer); in onKey() local364 clipboard.setText(copiedText); in onKey()
495 String copiedText = area.copyFrom(copySource.getVDUBuffer()); in onCreate()497 clipboard.setText(copiedText); in onCreate()499 getString(R.string.terminal_copy_done, copiedText.length()), Toast.LENGTH_LONG) in onCreate()