Searched defs:startDrag (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2289 startDrag(currentChip);
2307 private void startDrag(RecipientChip currentChip) { method in class:RecipientEditTextView
2312 startDrag(data, new RecipientChipShadow(currentChip), null, 0);
/frameworks/base/core/java/android/view/
H A DView.java2488 * {@link #startDrag(ClipData, DragShadowBuilder, Object, int)} is called
13332 * Your application can invoke startDrag() on any attached View object. The View object does not
13354 public final boolean startDrag(ClipData data, DragShadowBuilder shadowBuilder, method in class:View
13357 Log.d(VIEW_LOG_TAG, "startDrag: data=" + data + " flags=" + flags);
13416 * {@link android.view.View#startDrag(ClipData,DragShadowBuilder,Object,int) startDrag()}.
/frameworks/base/core/java/android/webkit/
H A DWebView.java6344 startDrag();
6721 private void startDrag() { method in class:WebView
8265 startDrag();

Completed in 195 milliseconds