Home
last modified time | relevance | path

Searched refs:paste (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java114 if (id == android.R.id.copy || id == android.R.id.paste) stopTextActionMode(); in onTextContextMenuItem()
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt14 …with the title you choose till the last time with the same log title, and paste them in the N5.txt…
/frameworks/base/cmds/hid/
DREADME.md4 type `hid -` into the terminal, then type/paste commands to send to the binary.
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java171 private static final int ID_PASTE = android.R.id.paste;
777 CharSequence paste) { in setContextMenuStrings() argument
780 STR_PASTE = paste; in setContextMenuStrings()
/frameworks/base/core/java/android/widget/
DTextView.java12080 static final int ID_PASTE = android.R.id.paste;
12128 paste(min, max, true /* withFormatting */); in onTextContextMenuItem()
12132 paste(min, max, false /* withFormatting */); in onTextContextMenuItem()
12611 private void paste(int min, int max, boolean withFormatting) { in paste() method in TextView.Drawables
12617 final CharSequence paste; in paste() local
12619 paste = clip.getItemAt(i).coerceToStyledText(getContext()); in paste()
12623 paste = (text instanceof Spanned) ? text.toString() : text; in paste()
12625 if (paste != null) { in paste()
12628 ((Editable) mText).replace(min, max, paste); in paste()
12632 ((Editable) mText).insert(getSelectionEnd(), paste); in paste() local
DEditor.java2818 com.android.internal.R.string.paste) in onCreateContextMenu()
4006 com.android.internal.R.string.paste) in populateMenuWithItems()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2964 if (id == android.R.id.paste) { in onTextContextMenuItem()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...