Lines Matching full:clipboard
159 <h3>System clipboard</h3>
162 clipboard. Clipped data can be plain text, a URI, or an intent.</p>
168 <p>To start using the clipboard, get the global {@link android.content.ClipboardManager} object
171 <p>To copy an item to the clipboard, you need to create a new {@link
180 <p>To add the {@link android.content.ClipData} to the clipboard, pass it to {@link
184 <p>You can then read a file from the clipboard (in order to paste it) by calling {@link
187 be complicated and you need to be sure you can actually handle the data type in the clipboard
190 <p>The clipboard holds only one piece of clipped data (a {@link android.content.ClipData}
235 android.content.ClipData} object, this is not related to the system clipboard. A drag and drop
236 operation should never put the dragged data in the system clipboard.</p>