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.java161 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
166 * built-in copy/paste controls.
9135 static final int ID_PASTE = android.R.id.paste;
9143 * {@link android.R.id#copy}, {@link android.R.id#paste} or {@link android.R.id#shareText}.
9186 paste(min, max, true /* withFormatting */);
9190 paste(min, max, false /* withFormatting */);
9297 * {@link android.R.id#cut}, {@link android.R.id#copy}, {@link android.R.id#paste},
9336 * {@link android.R.id#paste} or {@link android.R.id#replaceText} ids as parameters.</p>
9455 private void paste(int min, int max, boolean withFormatting) { method in class:TextView
9462 final CharSequence paste;
[all...]

Completed in 84 milliseconds