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.java846 * either a direct reflection of {@link #getClipData()} if that is non-null,
867 ClipData targetClipData = target.getClipData();
2657 * documents were selected, they are returned in {@link #getClipData()}.
3272 * this happens, they should be returned as the {@link #getClipData()} part
4420 public ClipData getClipData() { method in class:Intent
7212 if (getClipData() != null) return false;
7222 setClipData(target.getClipData());

Completed in 148 milliseconds