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.java841 * either a direct reflection of {@link #getClipData()} if that is non-null,
862 ClipData targetClipData = target.getClipData();
4098 public ClipData getClipData() { method in class:Intent
6833 if (getClipData() != null) return false;
6843 setClipData(target.getClipData());

Completed in 19 milliseconds