Searched refs:SOURCE_DRAG_AND_DROP (Results 1 – 5 of 5) sorted by relevance
53 SOURCE_DRAG_AND_DROP, SOURCE_AUTOFILL, SOURCE_PROCESS_TEXT})79 public static final int SOURCE_DRAG_AND_DROP = 3; field in ContentInfo104 case SOURCE_DRAG_AND_DROP: return "SOURCE_DRAG_AND_DROP"; in sourceToString()
20 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;27007 new ContentInfo.Builder(event.getClipData(), SOURCE_DRAG_AND_DROP) in onDragEvent()
21 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;189 payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP).build(); in testOnReceive_fallbackToCommitContent_sourceOtherThanAutofill()
19 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;2927 final ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP) in onDrop()
46958 field public static final int SOURCE_DRAG_AND_DROP = 3; // 0x3