Searched refs:SOURCE_DRAG_AND_DROP (Results 1 – 6 of 6) 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()
23 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;29386 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;3087 final ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP) in onDrop()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
50671 field public static final int SOURCE_DRAG_AND_DROP = 3; // 0x3