Home
last modified time | relevance | path

Searched refs:SOURCE_DRAG_AND_DROP (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DContentInfo.java53 SOURCE_DRAG_AND_DROP, SOURCE_AUTOFILL, SOURCE_PROCESS_TEXT})
79 public static final int SOURCE_DRAG_AND_DROP = 3; field in ContentInfo
104 case SOURCE_DRAG_AND_DROP: return "SOURCE_DRAG_AND_DROP"; in sourceToString()
H A DView.java20 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;
27007 new ContentInfo.Builder(event.getClipData(), SOURCE_DRAG_AND_DROP) in onDragEvent()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewReceiveContentTest.java21 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;
189 payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP).build(); in testOnReceive_fallbackToCommitContent_sourceOtherThanAutofill()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java19 import static android.view.ContentInfo.SOURCE_DRAG_AND_DROP;
2927 final ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_DRAG_AND_DROP) in onDrop()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt46958 field public static final int SOURCE_DRAG_AND_DROP = 3; // 0x3