Searched defs:resource (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DLayoutSelectorAdapter.java45 protected static void addItem(List<IconListItem> data, String title, int resource) { argument
46 IconListItem temp = new IconListItem(title, resource);
H A DIconListAdapter.java61 // Set resource icon
72 public IconListItem(String title, int resource) { argument
73 mResource = resource;
H A DAttachmentTypeSelectorAdapter.java83 int resource, int command) {
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command);
91 public AttachmentListItem(String title, int resource, int command) { argument
92 super(title, resource);
82 addItem(List<IconListItem> data, String title, int resource, int command) argument
H A DRecipientListActivity.java118 public RecipientListAdapter(Context context, int resource, argument
120 super(context, resource, recipients);
122 mResourceId = resource;
H A DSlideshowEditActivity.java360 public SlideListAdapter(Context context, int resource, argument
362 super(context, resource, slideshow);
365 mResource = resource;
375 private View createViewFromResource(int position, View convertView, int resource) { argument
378 resource, null);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertAdapter.java44 public AlertAdapter(AlertActivity activity, int resource) { argument
45 super(activity, resource, null);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaAdapter.java83 public AgendaAdapter(Context context, int resource) { argument
84 super(context, resource, null);
/packages/apps/Camera/src/com/android/camera/ui/
H A DListPrefSettingPopup.java58 int resource, String[] from, int[] to) {
59 super(context, data, resource, from, to);
57 ListPrefSettingAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DHistoryAdapter.java45 public HistoryAdapter(Context context, int resource, int textViewResourceId) { argument
46 super(context, resource, textViewResourceId);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java50 int resource, List<PhotoSource.AlbumData> objects) {
51 super(context, resource, objects);
53 mLayout = resource;
49 AlbumDataAdapter(Context context, SharedPreferences settings, int resource, List<PhotoSource.AlbumData> objects) argument
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java77 int resource, String[] from, int[] to) {
78 super(context, data, resource, from, to);
76 MySimpleAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java556 int resource) {
560 textView = (TextView) mInflater.inflate(resource, parent, false);
555 createViewFromResource(int position, View convertView, ViewGroup parent, int resource) argument
/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java1497 // otherwise update the image resource normally.
1621 /** Helper function to display the resource in the imageview AND ensure its visibility.*/
1622 private static final void showImage(ImageView view, int resource) { argument
1623 showImage(view, view.getContext().getResources().getDrawable(resource));

Completed in 271 milliseconds