Home | History | Annotate | Download | only in widget

Lines Matching refs:paste

7103             menu.add(0, ID_PASTE, 0, com.android.internal.R.string.paste).
7160 private static final int ID_PASTE = android.R.id.paste;
7176 * {@link android.R.id#paste}, {@link android.R.id#copyUrl},
7242 CharSequence paste = clip.getText();
7244 if (paste != null) {
7246 ((Editable) mText).replace(min, max, paste);