/frameworks/base/docs/html/guide/topics/text/ |
D | copy-paste.jd | 146 the clipboard. To paste the string, you get the clip object from the clipboard and copy 154 the clipboard. To paste the data, you get the clip object, get the 162 clipboard. To paste the data, you get the clip object and then copy the Intent object 171 If you want to allow users to paste data into your application, you don't have to handle all 173 paste it. Besides having a certain data form, the clip object also contains metadata that tells 179 You may also want to allow users to paste text regardless of the form of data on the 181 paste this text. This is described in the section <a href="#CoerceToText">Coercing the 221 Applications that want to paste the data get the URI from the clipboard and use it to 227 to the clipboard. Users can then paste the shortcut into their applications for later use. 232 users to copy and paste multiple selections as a single clip. For example, if you have a list [all …]
|
D | index.jd | 3 page.landing.intro=Use text services to add conventient features such as copy/paste and spell check…
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | ExtractEditText.java | 114 if (id == android.R.id.copy || id == android.R.id.paste) stopTextActionMode(); in onTextContextMenuItem()
|
/frameworks/base/docs/html/samples/ |
D | index.jd | 12 see the overall project structure. You can copy and paste the code you need, and if you want to
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | index.jd | 32 users to copy and paste files between areas in external storage. One way a sending app can
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 69 paste complex data or files from your application to other applications.
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | badges.jd | 15 click <em>Build my badge</em>, then paste the HTML into your web content.</p> 354 <p>Copy and paste this HTML into your web site:</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 93 <li>Copy 'n paste in browser</li>
|
D | android-3.0.jd | 161 <p>Applications can now copy and paste data (beyond mere text) to and from the system-wide 166 paste it into another application that supports that type of content.</p> 184 <p>You can then read a file from the clipboard (in order to paste it) by calling {@link 188 before attempting to paste it.</p> 194 <p>For more information, read the <a href="{@docRoot}guide/topics/text/copy-paste.html">Copy 195 and Paste</a> documentation. You can also see a simple implementation of copy and paste in the API … 669 <li>{@link android.widget.TextView} now supports keyboard-based cut, copy, paste, and select-all,
|
D | android-2.3-highlights.jd | 98 <h3>One-touch word selection and copy/paste</h3> 101 by press-hold, then copy to the clipboard and paste. Pressing on a word enters a
|
D | android-3.0-highlights.jd | 111 <h3>Improved text selection, copy and paste</h3> 113 …lect an action from the Action Bar, such as copy to the clipboard, share, paste, web search, or fi…
|
D | android-4.3.jd | 84 <li><a href="#A11yText">Select text and copy/paste</a></li> 978 <h3 id="A11yText">Select text and copy/paste</h3> 981 an {@link android.accessibilityservice.AccessibilityService} to select, cut, copy, and paste 995 {@link android.view.accessibility.AccessibilityNodeInfo#ACTION_COPY}, then later paste with
|
D | android-4.1.jd | 57 <li><a href="#CopyIntent">Copy and paste with intents</a></li> 597 <h3 id="CopyIntent">Copy and paste with intents</h3>
|
D | android-4.0.jd | 1691 <li>System clipboard: Applications can copy and paste data (beyond mere text) to and from 1693 <a href="{@docRoot}guide/topics/text/copy-paste.html">Copy and Paste</a> developer guide.</li>
|
/frameworks/base/docs/html/ |
D | license.jd | 56 you could quote the text in a book, cut-and-paste sections to your blog, record
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9138 static final int ID_PASTE = android.R.id.paste; 9189 paste(min, max, true /* withFormatting */); in onTextContextMenuItem() 9193 paste(min, max, false /* withFormatting */); in onTextContextMenuItem() 9458 private void paste(int min, int max, boolean withFormatting) { in paste() method in TextView 9465 final CharSequence paste; in paste() local 9467 paste = clip.getItemAt(i).coerceToStyledText(getContext()); in paste() 9471 paste = (text instanceof Spanned) ? text.toString() : text; in paste() 9473 if (paste != null) { in paste() 9476 ((Editable) mText).replace(min, max, paste); in paste() 9480 ((Editable) mText).insert(getSelectionEnd(), paste); in paste() local
|
D | Editor.java | 3189 com.android.internal.R.string.paste). in populateMenuWithItems()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 171 private static final int ID_PASTE = android.R.id.paste; 777 CharSequence paste) { in setContextMenuStrings() argument 780 STR_PASTE = paste; in setContextMenuStrings()
|
/frameworks/base/docs/html/preview/testing/ |
D | performance.jd | 131 Since the block of data is output in CSV format, it's very straightforward to paste it to your 375 straightforward to paste it to your spreadsheet tool of choice, or collect and parse with
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 36 (cut, copy, paste) and data look-up via auto-completion.</p>
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | display-contact-badge.jd | 83 a contact, find and copy information, and then paste it into the appropriate app. Instead, they
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_integrate.jd | 88 …rvice.aidl} file from {@code <sdk>/extras/google/play_billing/} and paste it into the {@code…
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2586 if (id == android.R.id.paste) { in onTextContextMenuItem()
|
/frameworks/base/docs/html/guide/practices/ |
D | optimizing-for-3.0.jd | 443 >Clipboard</a>: An example of how to use the clipboard for copy and paste operations.</li>
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 887 <p>To add the public key to your application, simply copy/paste the key string
|