Searched refs:copy (Results 176 - 180 of 180) sorted by relevance

12345678

/frameworks/base/core/java/android/view/
H A DKeyEvent.java6 * You may obtain a copy of the License at
1486 * Make an exact copy of an existing key event.
1567 * Obtains a (potentially recycled) copy of another key event.
1589 public KeyEvent copy() { method in class:KeyEvent
1667 // Don't copy mCharacters, since one way or the other we'll lose it
H A DMotionEvent.java6 * You may obtain a copy of the License at
1641 public MotionEvent copy() { method in class:MotionEvent
3080 * Creates a pointer coords object as a copy of the
3083 * @param other The pointer coords object to copy.
3214 * @param other The pointer coords object to copy.
3374 * Creates a pointer properties object as a copy of the contents of
3418 * @param other The pointer properties object to copy.
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java6 * You may obtain a copy of the License at
106 /** The mode of copy. */
172 private static final int ID_COPY = android.R.id.copy;
554 /** Start to copy styled text */
/frameworks/base/core/java/android/webkit/
H A DWebView.java6 * You may obtain a copy of the License at
1775 * @return The same copy of the back/forward list used to save the state. If
1785 // We grab a copy of the back/forward list because a client of WebView
1914 final Bundle copy = new Bundle(b);
1924 restoreHistoryPictureFields(p, copy);
2018 // shared copy, so synchronize instead to prevent concurrent
2039 // Grab the most recent copy to return to the caller.
2041 // Update the copy to have the correct index.
2449 * This is a copy of the display, and will be unaffected if the webview
3398 * This is a copy o
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java6 * You may obtain a copy of the License at
1268 * a modifiable one, you should make your own copy first.
2982 * But do it to a copy so that if there are any
4680 * contact's address), it should be made selectable, so that the user can select and copy this
8866 // Cut/copy menu entries are not available for passwords, but being able to select all
9075 private static final int ID_COPY = android.R.id.copy;
9081 * {@link android.R.id#copy} or {@link android.R.id#paste}.
10079 * passing {@link android.R.id#selectAll}, {@link android.R.id#cut}, {@link android.R.id#copy}
10245 menu.add(0, ID_COPY, 0, com.android.internal.R.string.copy).
11586 // System wide time for last cut or copy actio
[all...]

Completed in 410 milliseconds

12345678