Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DClipboardSupport.java264 final SimpleElement[] pasted = (SimpleElement[]) mClipboard.getContents(sxt); in pasteSelection() local
266 if (pasted == null || pasted.length == 0) { in pasteSelection()
273 pasteInEmptyDocument(pasted[0]); in pasteSelection()
294 NodeProxy node = engine.callOnPaste(targetNode, target.getViewObject(), pasted); in pasteSelection()