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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2724 startDrag(currentChip);
2776 private void startDrag(DrawableRecipientChip currentChip) { method in class:RecipientEditTextView
2781 startDrag(data, new RecipientChipShadow(currentChip), null, 0);
/frameworks/base/core/java/android/view/
H A DView.java3277 * {@link #startDrag(ClipData, DragShadowBuilder, Object, int)} is called
17203 * Your application can invoke startDrag() on any attached View object. The View object does not
17225 public final boolean startDrag(ClipData data, DragShadowBuilder shadowBuilder, method in class:View
17228 Log.d(VIEW_LOG_TAG, "startDrag: data=" + data + " flags=" + flags);
17287 * {@link android.view.View#startDrag(ClipData,DragShadowBuilder,Object,int) startDrag()}.

Completed in 111 milliseconds