Lines Matching full:clipboard
228 <h3>System clipboard</h3>
231 clipboard. Clipped data can be plain text, a URI, or an intent.</p>
237 <p>To start using the clipboard, get the global {@link android.content.ClipboardManager} object
240 <p>To copy an item to the clipboard, you need to create a new {@link
249 <p>To add the {@link android.content.ClipData} to the clipboard, pass it to {@link
253 <p>You can then read a file from the clipboard (in order to paste it) by calling {@link
256 be complicated and you need to be sure you can actually handle the data type in the clipboard
259 <p>The clipboard holds only one piece of clipped data (a {@link android.content.ClipData}
263 <p>For more information, read the <a href="{@docRoot}guide/topics/clipboard/copy-paste.html">Copy
306 android.content.ClipData} object, this is not related to the system clipboard. A drag and drop
307 operation should never put the dragged data in the system clipboard.</p>