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

/frameworks/base/core/java/android/app/assist/
H A DAssistContent.java92 public ClipData getClipData() { method in class:AssistContent
/frameworks/base/core/java/android/view/
H A DDragEvent.java55 * <th scope="col">getClipData()</th>
199 * The View should retrieve the data from the DragEvent by calling {@link #getClipData()}.
210 * @see #getClipData()
362 public ClipData getClipData() { method in class:DragEvent
/frameworks/base/core/java/android/content/
H A DIntent.java668 * preview. {@link #getClipData} contains an optional list of content URIs
908 * either a direct reflection of {@link #getClipData()} if that is non-null,
930 * either a direct reflection of {@link #getClipData()} if that is non-null,
962 ClipData targetClipData = target.getClipData();
3114 * returned in {@link #getClipData()}.
4066 * this happens, they should be returned as the {@link #getClipData()} part
6027 public ClipData getClipData() { method in class:Intent
9042 if (getClipData() != null) return false;

Completed in 422 milliseconds