Searched refs:DownloadItem (Results 1 - 3 of 3) sorted by relevance

/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadItem.java33 public class DownloadItem extends GridLayout implements Checkable { class in inherits:GridLayout,Checkable
44 public DownloadItem(Context context, AttributeSet attrs, int defStyle) { method in class:DownloadItem
49 public DownloadItem(Context context, AttributeSet attrs) { method in class:DownloadItem
54 public DownloadItem(Context context) { method in class:DownloadItem
H A DDownloadAdapter.java84 final DownloadItem view = (DownloadItem) LayoutInflater.from(mDownloadList)
91 if (!(convertView instanceof DownloadItem)) {
96 ((DownloadItem) convertView).setData(downloadId, position,
120 ((DownloadItem) convertView).getCheckBox()
H A DDownloadList.java243 if (!(v instanceof DownloadItem)) {
248 ((DownloadItem)v).setChecked(true);
312 ArrayList<DownloadItem> sharedFiles = null;

Completed in 62 milliseconds