HomeSort by relevance Sort by last modified time
    Searched full:clipboard (Results 201 - 225 of 349) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html/sdk/
android-3.0-highlights.jd 108 <p>When entering or viewing text, a new UI lets users quickly select a word by press-hold and then adjust the selection area as needed by dragging a set of bounding arrows to new positions. Users can then select an action from the Action Bar, such as copy to the clipboard, share, paste, web search, or find. </p>
193 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Multiselect, clipboard, and drag-and-drop</strong></p>
195 <p>The platform offers convenient new interaction modes that developers can use. For managing collections of items in lists or grids, developers can offer a new multiselect mode that lets users choose multiple items for an action. Developers can also use a new system-wide Clipboard to let users easily copy any type of data into and out of their applications. To make it easier for users to manage and organize files, developers can now add drag-and-drop interaction through a DragEvent framework.</p>
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 67 import org.eclipse.swt.dnd.Clipboard;
256 protected Clipboard mClipboard;
302 public void copy(Clipboard clipboard) {
304 mCurrentActivator.copy(clipboard);
    [all...]
  /external/chromium/chrome/common/extensions/docs/
samples.json 38 "chrome.experimental.clipboard.executeCopy": "experimental.clipboard.html#method-executeCopy",
39 "chrome.experimental.clipboard.executeCut": "experimental.clipboard.html#method-executeCut",
40 "chrome.experimental.clipboard.executePaste": "experimental.clipboard.html#method-executePaste",
    [all...]
experimental.html 324 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li>
  /external/webkit/Source/WebKit/gtk/po/
id.po 797 msgid "JavaScript can access Clipboard"
801 msgid "Whether JavaScript can access Clipboard"
900 msgid "The list of targets this web view supports for clipboard copying"
901 msgstr "Daftar target yang didukung tilikan web ini bagi penyalinan clipboard"
908 msgid "The list of targets this web view supports for clipboard pasting"
909 msgstr "Daftar target yang didukung tilikan web ini bagi penempelan clipboard"
    [all...]
fr.po 609 msgid "JavaScript can access Clipboard"
613 msgid "Whether JavaScript can access Clipboard"
734 msgid "The list of targets this web view supports for clipboard copying"
744 msgid "The list of targets this web view supports for clipboard pasting"
    [all...]
ko.po 792 msgid "JavaScript can access Clipboard"
796 msgid "Whether JavaScript can access Clipboard"
894 msgid "The list of targets this web view supports for clipboard copying"
902 msgid "The list of targets this web view supports for clipboard pasting"
    [all...]
vi.po 641 msgid "The list of targets this web view supports for clipboard copying"
642 msgstr "Danh sách ?ích mà khung xem web này h? tr? khi chép vào clipboard."
649 msgid "The list of targets this web view supports for clipboard pasting"
650 msgstr "Danh sách ?ích mà khung xem web này h? tr? khi dán clipboard."
et.po 478 msgid "The list of targets this web view supports for clipboard copying"
484 msgid "The list of targets this web view supports for clipboard pasting"
gr.po 452 msgid "The list of targets this web view supports for clipboard copying"
460 msgid "The list of targets this web view supports for clipboard pasting"
lv.po 458 msgid "The list of targets this web view supports for clipboard copying"
467 msgid "The list of targets this web view supports for clipboard pasting"
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 365 * action, but we could also add clipboard functions such as cut/copy/paste here as well.
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 22 #include "ui/base/clipboard/clipboard.h"
68 virtual ui::Clipboard* GetClipboard() const { return NULL; }
448 // the clipboard, which invokes the event loop.
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 287 // It's not quite clear whether clipboard shortcuts and Undo/Redo should be handled
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 142 // It's not quite clear whether clipboard shortcuts and Undo/Redo should be handled
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 378 // Returns the current clipboard contents as a string that can be pasted in.
380 // from bookmarks on the clipboard.
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 580 virtual void willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) { }
583 virtual void startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) { }
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 708 PassRefPtr<Clipboard> EventHandler::createDraggingClipboard() const
714 return ClipboardMac::create(Clipboard::DragAndDrop, pasteboard, ClipboardWritable, m_frame);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 96 // Clipboard ----------------------------------------------------------
105 // clipboard buffers.
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 205 // Sets a bool such that when a drag is started, we fill the drag clipboard
559 // If true and a drag starts, adds a file to the drag&drop clipboard.
  /frameworks/base/services/java/com/android/server/
SystemServer.java 320 Slog.i(TAG, "Clipboard Service");
324 reportWtf("starting Clipboard Service", e);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 540 * because the clipboard data contains only the textual representation of
542 * layout render along with the clipboard data).
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 69 android:textEditNoPasteWindowLayout : Variation of textEditPasteWindowLayout displayed when the clipboard is empty. [reference]
71 android:textEditSideNoPasteWindowLayout : Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. [reference]
completion5-expected-completion40.txt 69 android:textEditNoPasteWindowLayout : Variation of textEditPasteWindowLayout displayed when the clipboard is empty. [reference]
71 android:textEditSideNoPasteWindowLayout : Variation of textEditSidePasteWindowLayout displayed when the clipboard is empty. [reference]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 2055 ClipboardManager clipboard = (ClipboardManager) getContext().getSystemService( local
2390 ClipboardManager clipboard = (ClipboardManager) getContext().getSystemService( local
    [all...]

Completed in 1234 milliseconds

1 2 3 4 5 6 7 891011>>