Searched defs:paste (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java108 /** The mode of paste. */
171 private static final int ID_PASTE = android.R.id.paste;
564 /** Start to paste styled text */
777 CharSequence paste) {
780 STR_PASTE = paste;
776 setContextMenuStrings(CharSequence horizontalline, CharSequence clearstyles, CharSequence paste) argument
/frameworks/base/core/java/android/widget/
H A DTextView.java11226 static final int ID_PASTE = android.R.id.paste;
11236 * {@link android.R.id#copy}, {@link android.R.id#paste} or {@link android.R.id#shareText}.
11274 paste(min, max, true /* withFormatting */);
11278 paste(min, max, false /* withFormatting */);
11421 * {@link android.R.id#cut}, {@link android.R.id#copy}, {@link android.R.id#paste},
11460 * {@link android.R.id#paste} or {@link android.R.id#replaceText} ids as parameters.</p>
11749 private void paste(int min, int max, boolean withFormatting) { method in class:TextView
11756 final CharSequence paste;
11758 paste = clip.getItemAt(i).coerceToStyledText(getContext());
11762 paste
[all...]

Completed in 437 milliseconds