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.java150 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
155 * built-in copy/paste controls.
8303 static final int ID_PASTE = android.R.id.paste;
8308 * {@link android.R.id#copy} or {@link android.R.id#paste}.
8332 paste(min, max);
8429 * or {@link android.R.id#paste} ids as parameters.
8505 * by [min, max] when replacing this region by paste.
8507 * make sure we do not add an extra one from the paste content.
8509 long prepareSpacesAroundPaste(int min, int max, CharSequence paste) { argument
8510 if (paste
8557 private void paste(int min, int max) { method in class:TextView
[all...]

Completed in 259 milliseconds