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

/frameworks/base/core/java/android/view/
H A DDragEvent.java53 * <th scope="col">getClipData()</th>
186 * The View should retrieve the data from the DragEvent by calling {@link #getClipData()}.
197 * @see #getClipData()
342 public ClipData getClipData() { method in class:DragEvent
/frameworks/base/core/java/android/content/
H A DIntent.java869 * either a direct reflection of {@link #getClipData()} if that is non-null,
891 * either a direct reflection of {@link #getClipData()} if that is non-null,
923 ClipData targetClipData = target.getClipData();
2718 * returned in {@link #getClipData()}.
3427 * this happens, they should be returned as the {@link #getClipData()} part
4851 public ClipData getClipData() { method in class:Intent
7803 if (getClipData() != null) return false;

Completed in 188 milliseconds